"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPOpenssh: -verbose" - Starting (try 1/5) 2026/07/01 01:17:38 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-kubolic3kiwe" 2026/07/01 01:17:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/01 01:17:38 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2026/07/01 01:17:38 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/01 01:17:38 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/01 01:17:38 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/01 01:17:38 DEBUG : Setting pass="Zx5aVd1uAAVSkC8iOpWi8tJHjHGGXKF0" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/01 01:17:38 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/01 01:17:38 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{ZBmIT}" suffix to name 2026/07/01 01:17:38 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2026/07/01 01:17:38 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2026/07/01 01:17:38 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2026/07/01 01:17:38 DEBUG : Setting pass="Zx5aVd1uAAVSkC8iOpWi8tJHjHGGXKF0" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2026/07/01 01:17:38 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2026/07/01 01:17:38 NOTICE: TestSFTPOpenssh{ZBmIT}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: New connection 127.0.0.1:50606->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell type "unix" from config 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Relative path resolved to "/home/rclone/rclone-test-kubolic3kiwe" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Using root directory "/home/rclone/rclone-test-kubolic3kiwe" 2026/07/01 01:17:38 DEBUG : Creating backend with remote "/tmp/rclone2937865095" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:38 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:38 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:38 DEBUG : dir: Looking for writers 2026/07/01 01:17:38 DEBUG : Looking for writers 2026/07/01 01:17:38 DEBUG : dir: reading active writers 2026/07/01 01:17:38 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.02s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:38 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file2" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: d1b75f73cb5fce53969131dd22562187 /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:38 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file2" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:38 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/subdir/file3" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/subdir/file3 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /home/rclone/rclone-test-kubolic3kiwe/dir/subdir/file3 2026/07/01 01:17:38 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/subdir/file3" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/subdir/file3 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /home/rclone/rclone-test-kubolic3kiwe/dir/subdir/file3 2026/07/01 01:17:38 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/07/01 01:17:38 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:38 DEBUG : dir/subdir: Looking for writers 2026/07/01 01:17:38 DEBUG : dir: Looking for writers 2026/07/01 01:17:38 DEBUG : file1: reading active writers 2026/07/01 01:17:38 DEBUG : file2: reading active writers 2026/07/01 01:17:38 DEBUG : subdir: reading active writers 2026/07/01 01:17:38 DEBUG : Looking for writers 2026/07/01 01:17:38 DEBUG : dir: reading active writers 2026/07/01 01:17:38 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.04s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:38 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:38 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:38 DEBUG : dir: Looking for writers 2026/07/01 01:17:38 DEBUG : file1: reading active writers 2026/07/01 01:17:38 DEBUG : Looking for writers 2026/07/01 01:17:38 DEBUG : dir: reading active writers 2026/07/01 01:17:38 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.02s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:38 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:38 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:38 DEBUG : dir: Looking for writers 2026/07/01 01:17:38 DEBUG : Looking for writers 2026/07/01 01:17:38 DEBUG : dir: reading active writers 2026/07/01 01:17:38 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.02s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:38 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:38 DEBUG : dir: forgetting directory cache 2026/07/01 01:17:38 DEBUG : forgetting directory cache 2026/07/01 01:17:38 DEBUG : dir: forgetting directory cache 2026/07/01 01:17:38 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:38 DEBUG : Looking for writers 2026/07/01 01:17:38 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.02s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:38 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:38 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/07/01 01:17:38 DEBUG : dir: invalidating directory cache 2026/07/01 01:17:38 DEBUG : >ForgetPath: 2026/07/01 01:17:38 DEBUG : ForgetPath: relativePath="dir", type=0 2026/07/01 01:17:38 DEBUG : invalidating directory cache 2026/07/01 01:17:38 DEBUG : dir: forgetting directory cache 2026/07/01 01:17:38 DEBUG : >ForgetPath: 2026/07/01 01:17:38 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/07/01 01:17:38 DEBUG : >ForgetPath: 2026/07/01 01:17:38 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:38 DEBUG : dir: Looking for writers 2026/07/01 01:17:38 DEBUG : Looking for writers 2026/07/01 01:17:38 DEBUG : dir: reading active writers 2026/07/01 01:17:38 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.02s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:38 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: New connection 127.0.0.1:50616->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/fil/a/b/c" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/fil/a/b/c 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /home/rclone/rclone-test-kubolic3kiwe/fil/a/b/c 2026/07/01 01:17:38 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/fil/a/b/c" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/fil/a/b/c 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /home/rclone/rclone-test-kubolic3kiwe/fil/a/b/c 2026/07/01 01:17:38 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:38 DEBUG : forgetting directory cache 2026/07/01 01:17:38 DEBUG : dir: forgetting directory cache 2026/07/01 01:17:38 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:38 DEBUG : dir: Looking for writers 2026/07/01 01:17:38 DEBUG : fil/a/b: Looking for writers 2026/07/01 01:17:38 DEBUG : fil/a: Looking for writers 2026/07/01 01:17:38 DEBUG : b: reading active writers 2026/07/01 01:17:38 DEBUG : fil: Looking for writers 2026/07/01 01:17:38 DEBUG : a: reading active writers 2026/07/01 01:17:38 DEBUG : Looking for writers 2026/07/01 01:17:38 DEBUG : dir: reading active writers 2026/07/01 01:17:38 DEBUG : fil: reading active writers 2026/07/01 01:17:38 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.12s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:38 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:38 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:38 DEBUG : dir: Looking for writers 2026/07/01 01:17:38 DEBUG : Looking for writers 2026/07/01 01:17:38 DEBUG : dir: reading active writers 2026/07/01 01:17:38 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.02s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:38 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:38 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:38 DEBUG : dir: Looking for writers 2026/07/01 01:17:38 DEBUG : file1: reading active writers 2026/07/01 01:17:38 DEBUG : Looking for writers 2026/07/01 01:17:38 DEBUG : dir: reading active writers 2026/07/01 01:17:38 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.02s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:38 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file2" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: d1b75f73cb5fce53969131dd22562187 /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:38 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file2" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:38 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/subdir/file3" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/subdir/file3 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /home/rclone/rclone-test-kubolic3kiwe/dir/subdir/file3 2026/07/01 01:17:38 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/subdir/file3" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/subdir/file3 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /home/rclone/rclone-test-kubolic3kiwe/dir/subdir/file3 2026/07/01 01:17:38 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/07/01 01:17:38 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/07/01 01:17:38 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/07/01 01:17:38 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/01 01:17:38 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/07/01 01:17:38 DEBUG : Waiting for deletions to finish 2026/07/01 01:17:38 INFO : dir/subdir/file3: Deleted 2026/07/01 01:17:38 DEBUG : removing 1 level 2 directories 2026/07/01 01:17:38 INFO : dir/subdir: Removing directory 2026/07/01 01:17:38 DEBUG : dir: invalidating directory cache 2026/07/01 01:17:38 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/07/01 01:17:38 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/07/01 01:17:38 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/07/01 01:17:38 DEBUG : dir/file1: Reset virtual modtime 2026/07/01 01:17:38 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/07/01 01:17:38 DEBUG : dir/virtualFile: Reset virtual modtime 2026/07/01 01:17:38 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/07/01 01:17:38 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/07/01 01:17:38 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/01 01:17:38 DEBUG : dir: invalidating directory cache 2026/07/01 01:17:38 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/07/01 01:17:38 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/07/01 01:17:38 DEBUG : dir/virtualFile: Reset virtual modtime 2026/07/01 01:17:38 DEBUG : forgetting directory cache 2026/07/01 01:17:38 DEBUG : dir: forgetting directory cache 2026/07/01 01:17:38 DEBUG : dir/virtualDir: forgetting directory cache 2026/07/01 01:17:38 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:38 DEBUG : dir/virtualDir: Looking for writers 2026/07/01 01:17:38 DEBUG : dir: Looking for writers 2026/07/01 01:17:38 DEBUG : file1: reading active writers 2026/07/01 01:17:38 DEBUG : virtualFile2: reading active writers 2026/07/01 01:17:38 DEBUG : virtualFile: reading active writers 2026/07/01 01:17:38 DEBUG : virtualDir: reading active writers 2026/07/01 01:17:38 DEBUG : Looking for writers 2026/07/01 01:17:38 DEBUG : dir: reading active writers 2026/07/01 01:17:38 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.04s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:38 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:38 ERROR : dir/: Can only open directories read only 2026/07/01 01:17:38 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:38 DEBUG : dir: Looking for writers 2026/07/01 01:17:38 DEBUG : Looking for writers 2026/07/01 01:17:38 DEBUG : dir: reading active writers 2026/07/01 01:17:38 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.01s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:38 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:38 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:38 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/01 01:17:38 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/07/01 01:17:38 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: File to upload is small (5 bytes), uploading instead of streaming 2026/07/01 01:17:38 DEBUG : dir/potato: size = 5 OK 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/potato" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/potato 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kubolic3kiwe/dir/potato 2026/07/01 01:17:38 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/01 01:17:38 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/01 01:17:38 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/07/01 01:17:38 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/01 01:17:38 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:38 DEBUG : dir: Looking for writers 2026/07/01 01:17:38 DEBUG : file1: reading active writers 2026/07/01 01:17:38 DEBUG : potato: reading active writers 2026/07/01 01:17:38 DEBUG : Looking for writers 2026/07/01 01:17:38 DEBUG : dir: reading active writers 2026/07/01 01:17:38 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.12s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:38 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:38 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:39 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:39 DEBUG : dir/sub: Looking for writers 2026/07/01 01:17:39 DEBUG : dir: Looking for writers 2026/07/01 01:17:39 DEBUG : file1: reading active writers 2026/07/01 01:17:39 DEBUG : sub: reading active writers 2026/07/01 01:17:39 DEBUG : Looking for writers 2026/07/01 01:17:39 DEBUG : dir: reading active writers 2026/07/01 01:17:39 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.14s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:39 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:39 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/01 01:17:39 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:39 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:39 DEBUG : dir/sub/subsub: Looking for writers 2026/07/01 01:17:39 DEBUG : dir/sub: Looking for writers 2026/07/01 01:17:39 DEBUG : subsub: reading active writers 2026/07/01 01:17:39 DEBUG : dir: Looking for writers 2026/07/01 01:17:39 DEBUG : file1: reading active writers 2026/07/01 01:17:39 DEBUG : sub: reading active writers 2026/07/01 01:17:39 DEBUG : Looking for writers 2026/07/01 01:17:39 DEBUG : dir: reading active writers 2026/07/01 01:17:39 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.06s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:39 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:39 ERROR : dir/: Dir.Remove not empty 2026/07/01 01:17:39 DEBUG : dir/file1: Remove: 2026/07/01 01:17:39 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/01 01:17:39 DEBUG : dir/file1: >Remove: err= 2026/07/01 01:17:39 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/01 01:17:39 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:39 DEBUG : Looking for writers 2026/07/01 01:17:39 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.02s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:39 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:39 DEBUG : dir/file1: Remove: 2026/07/01 01:17:39 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/01 01:17:39 DEBUG : dir/file1: >Remove: err= 2026/07/01 01:17:39 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/01 01:17:39 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:39 DEBUG : Looking for writers 2026/07/01 01:17:39 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.02s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:39 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:39 DEBUG : dir/file1: Remove: 2026/07/01 01:17:39 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/01 01:17:39 DEBUG : dir/file1: >Remove: err= 2026/07/01 01:17:39 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:39 DEBUG : dir: Looking for writers 2026/07/01 01:17:39 DEBUG : Looking for writers 2026/07/01 01:17:39 DEBUG : dir: reading active writers 2026/07/01 01:17:39 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.12s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:39 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file3" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file3 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /home/rclone/rclone-test-kubolic3kiwe/dir/file3 2026/07/01 01:17:39 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file3" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file3 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /home/rclone/rclone-test-kubolic3kiwe/dir/file3 2026/07/01 01:17:39 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/01 01:17:39 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/07/01 01:17:39 DEBUG : dir: Updating dir with dir2 0x379e48c95450 2026/07/01 01:17:39 DEBUG : dir: forgetting directory cache 2026/07/01 01:17:39 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/01 01:17:39 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir2/file1" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir2/file1 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir2/file1 2026/07/01 01:17:39 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir2/file1" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir2/file1 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir2/file1 2026/07/01 01:17:39 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir2/file3" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir2/file3 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /home/rclone/rclone-test-kubolic3kiwe/dir2/file3 2026/07/01 01:17:39 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir2/file3" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir2/file3 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /home/rclone/rclone-test-kubolic3kiwe/dir2/file3 2026/07/01 01:17:39 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/01 01:17:39 INFO : dir2/file1: Moved (server-side) to: file2 2026/07/01 01:17:39 DEBUG : file2: Updating file with file2 0x379e48c95790 2026/07/01 01:17:39 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/07/01 01:17:39 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file2" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file2 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/file2 2026/07/01 01:17:39 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file2" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/file2 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/file2 2026/07/01 01:17:39 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir2/file3" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir2/file3 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /home/rclone/rclone-test-kubolic3kiwe/dir2/file3 2026/07/01 01:17:39 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir2/file3" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir2/file3 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /home/rclone/rclone-test-kubolic3kiwe/dir2/file3 2026/07/01 01:17:39 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/01 01:17:39 INFO : dir2/file3: Deleted 2026/07/01 01:17:39 INFO : file2: Moved (server-side) to: dir2/file3 2026/07/01 01:17:39 DEBUG : dir2/file3: Updating file with dir2/file3 0x379e48c95790 2026/07/01 01:17:39 DEBUG : Added virtual directory entry vDel: "file2" 2026/07/01 01:17:39 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir2/file3" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir2/file3 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir2/file3 2026/07/01 01:17:39 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir2/file3" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir2/file3 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir2/file3 2026/07/01 01:17:39 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:39 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/07/01 01:17:39 DEBUG : empty directory: Updating dir with renamed empty directory 0x379e48c95d40 2026/07/01 01:17:39 DEBUG : empty directory: forgetting directory cache 2026/07/01 01:17:39 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/07/01 01:17:39 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/07/01 01:17:39 DEBUG : dir2: Renaming to "dir3" 2026/07/01 01:17:39 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:39 DEBUG : dir3: Looking for writers 2026/07/01 01:17:39 DEBUG : file3: reading active writers 2026/07/01 01:17:39 DEBUG : renamed empty directory: Looking for writers 2026/07/01 01:17:39 DEBUG : Looking for writers 2026/07/01 01:17:39 DEBUG : dir3: reading active writers 2026/07/01 01:17:39 DEBUG : renamed empty directory: reading active writers 2026/07/01 01:17:39 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-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:39 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:39 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/01 01:17:39 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:39 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/01 01:17:39 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/01 01:17:39 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/07/01 01:17:39 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/07/01 01:17:39 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/01 01:17:39 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:39 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/01 01:17:39 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/01 01:17:39 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/07/01 01:17:39 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/07/01 01:17:39 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: File to upload is small (12 bytes), uploading instead of streaming 2026/07/01 01:17:39 DEBUG : dir/sub/file2: size = 12 OK 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/sub/file2" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/sub/file2 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /home/rclone/rclone-test-kubolic3kiwe/dir/sub/file2 2026/07/01 01:17:39 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/07/01 01:17:39 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/07/01 01:17:39 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/07/01 01:17:39 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/01 01:17:39 DEBUG : forgetting directory cache 2026/07/01 01:17:39 DEBUG : dir: forgetting directory cache 2026/07/01 01:17:39 DEBUG : dir/sub: forgetting directory cache 2026/07/01 01:17:39 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/07/01 01:17:39 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: File to upload is small (5 bytes), uploading instead of streaming 2026/07/01 01:17:39 DEBUG : dir/sub/file0: size = 5 OK 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/sub/file0" 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/sub/file0 2026/07/01 01:17:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kubolic3kiwe/dir/sub/file0 2026/07/01 01:17:39 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/01 01:17:39 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/01 01:17:39 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/07/01 01:17:39 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/01 01:17:39 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:39 DEBUG : dir/sub: Looking for writers 2026/07/01 01:17:39 DEBUG : file0: reading active writers 2026/07/01 01:17:39 DEBUG : file2: reading active writers 2026/07/01 01:17:39 DEBUG : dir: Looking for writers 2026/07/01 01:17:39 DEBUG : file1: reading active writers 2026/07/01 01:17:39 DEBUG : sub: reading active writers 2026/07/01 01:17:39 DEBUG : Looking for writers 2026/07/01 01:17:39 DEBUG : dir: reading active writers 2026/07/01 01:17:39 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.04s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:39 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:39 DEBUG : forgetting directory cache 2026/07/01 01:17:40 DEBUG : forgetting directory cache 2026/07/01 01:17:40 DEBUG : dir: forgetting directory cache 2026/07/01 01:17:40 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:40 DEBUG : dir: Looking for writers 2026/07/01 01:17:40 DEBUG : Looking for writers 2026/07/01 01:17:40 DEBUG : dir: reading active writers 2026/07/01 01:17:40 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:40 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/07/01 01:17:40 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:40 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/07/01 01:17:40 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/07/01 01:17:40 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/07/01 01:17:40 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:40 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:40 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/07/01 01:17:40 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:40 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/07/01 01:17:40 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/07/01 01:17:40 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/07/01 01:17:40 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:40 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:40 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:40 DEBUG : dir: Looking for writers 2026/07/01 01:17:40 DEBUG : file1: reading active writers 2026/07/01 01:17:40 DEBUG : file1.metadata: reading active writers 2026/07/01 01:17:40 DEBUG : Looking for writers 2026/07/01 01:17:40 DEBUG : dir: reading active writers 2026/07/01 01:17:40 DEBUG : dir.metadata: reading active writers 2026/07/01 01:17:40 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-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:40 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:40 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:40 DEBUG : dir: Looking for writers 2026/07/01 01:17:40 DEBUG : file1: reading active writers 2026/07/01 01:17:40 DEBUG : Looking for writers 2026/07/01 01:17:40 DEBUG : dir: reading active writers 2026/07/01 01:17:40 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-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:40 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:40 DEBUG : Can set mod time: true 2026/07/01 01:17:40 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:40 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:40 DEBUG : dir: Looking for writers 2026/07/01 01:17:40 DEBUG : file1: reading active writers 2026/07/01 01:17:40 DEBUG : Looking for writers 2026/07/01 01:17:40 DEBUG : dir: reading active writers 2026/07/01 01:17:40 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:40 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:40 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/01 01:17:40 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/01 01:17:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: File to upload is small (0 bytes), uploading instead of streaming 2026/07/01 01:17:40 DEBUG : dir/file1: size = 0 OK 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/01 01:17:40 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/01 01:17:40 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/01 01:17:40 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/01 01:17:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:40 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:40 DEBUG : dir: Looking for writers 2026/07/01 01:17:40 DEBUG : file1: reading active writers 2026/07/01 01:17:40 DEBUG : Looking for writers 2026/07/01 01:17:40 DEBUG : dir: reading active writers 2026/07/01 01:17:40 DEBUG : >WaitForWriters: 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/01 01:17:40 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:40 DEBUG : dir: Looking for writers 2026/07/01 01:17:40 DEBUG : file1: reading active writers 2026/07/01 01:17:40 DEBUG : Looking for writers 2026/07/01 01:17:40 DEBUG : dir: reading active writers 2026/07/01 01:17:40 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:40 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:40 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/01 01:17:40 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/01 01:17:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: File to upload is small (5 bytes), uploading instead of streaming 2026/07/01 01:17:40 DEBUG : dir/file1: size = 5 OK 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/01 01:17:40 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/01 01:17:40 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/01 01:17:40 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/01 01:17:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:40 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:40 DEBUG : dir: Looking for writers 2026/07/01 01:17:40 DEBUG : file1: reading active writers 2026/07/01 01:17:40 DEBUG : Looking for writers 2026/07/01 01:17:40 DEBUG : dir: reading active writers 2026/07/01 01:17:40 DEBUG : >WaitForWriters: 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/01 01:17:40 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:40 DEBUG : dir: Looking for writers 2026/07/01 01:17:40 DEBUG : file1: reading active writers 2026/07/01 01:17:40 DEBUG : Looking for writers 2026/07/01 01:17:40 DEBUG : dir: reading active writers 2026/07/01 01:17:40 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:40 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:40 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:40 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:40 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:40 DEBUG : dir: Looking for writers 2026/07/01 01:17:40 DEBUG : file1: reading active writers 2026/07/01 01:17:40 DEBUG : Looking for writers 2026/07/01 01:17:40 DEBUG : dir: reading active writers 2026/07/01 01:17:40 DEBUG : >WaitForWriters: 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: 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-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:40 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:40 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:40 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/01 01:17:40 DEBUG : dir/file1: newRWFileHandle: 2026/07/01 01:17:40 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/01 01:17:40 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/01 01:17:40 DEBUG : dir/file1(0x379e48caae00): close: 2026/07/01 01:17:40 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/01 01:17:40 DEBUG : dir/file1(0x379e48caae00): >close: err= 2026/07/01 01:17:40 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:40 DEBUG : dir: Looking for writers 2026/07/01 01:17:40 DEBUG : file1: reading active writers 2026/07/01 01:17:40 DEBUG : Looking for writers 2026/07/01 01:17:40 DEBUG : dir: reading active writers 2026/07/01 01:17:40 DEBUG : >WaitForWriters: 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:40 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:40 DEBUG : dir: Looking for writers 2026/07/01 01:17:40 DEBUG : file1: reading active writers 2026/07/01 01:17:40 DEBUG : Looking for writers 2026/07/01 01:17:40 DEBUG : dir: reading active writers 2026/07/01 01:17:40 DEBUG : >WaitForWriters: 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: 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-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:40 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:40 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:40 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/01 01:17:40 DEBUG : dir/file1: newRWFileHandle: 2026/07/01 01:17:40 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/01 01:17:40 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/01 01:17:40 DEBUG : dir/file1(0x379e49305100): _writeAt: size=5, off=0 2026/07/01 01:17:40 DEBUG : dir/file1(0x379e49305100): openPending: 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:40 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/01 01:17:40 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/01 01:17:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:40 DEBUG : dir/file1(0x379e49305100): >openPending: err= 2026/07/01 01:17:40 DEBUG : dir/file1(0x379e49305100): >_writeAt: n=5, err= 2026/07/01 01:17:40 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/01 01:17:40 DEBUG : dir/file1(0x379e49305100): close: 2026/07/01 01:17:40 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/07/01 01:17:40 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/07/01 01:17:40 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/07/01 01:17:40 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/01 01:17:40 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/01 01:17:40 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:40 DEBUG : dir/file1(0x379e49305100): >close: err= 2026/07/01 01:17:40 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:40 DEBUG : dir: Looking for writers 2026/07/01 01:17:40 DEBUG : file1: reading active writers 2026/07/01 01:17:40 DEBUG : Looking for writers 2026/07/01 01:17:40 DEBUG : dir: reading active writers 2026/07/01 01:17:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/01 01:17:40 DEBUG : dir: Looking for writers 2026/07/01 01:17:40 DEBUG : file1: reading active writers 2026/07/01 01:17:40 DEBUG : Looking for writers 2026/07/01 01:17:40 DEBUG : dir: reading active writers 2026/07/01 01:17:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/01 01:17:40 DEBUG : dir: Looking for writers 2026/07/01 01:17:40 DEBUG : file1: reading active writers 2026/07/01 01:17:40 DEBUG : Looking for writers 2026/07/01 01:17:40 DEBUG : dir: reading active writers 2026/07/01 01:17:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/01 01:17:40 DEBUG : dir: Looking for writers 2026/07/01 01:17:40 DEBUG : file1: reading active writers 2026/07/01 01:17:40 DEBUG : Looking for writers 2026/07/01 01:17:40 DEBUG : dir: reading active writers 2026/07/01 01:17:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/01 01:17:40 DEBUG : dir/file1: vfs cache: starting upload 2026/07/01 01:17:40 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1.2f98c60a.partial" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1.2f98c60a.partial 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /home/rclone/rclone-test-kubolic3kiwe/dir/file1.2f98c60a.partial 2026/07/01 01:17:40 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/01 01:17:40 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/07/01 01:17:40 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/07/01 01:17:40 INFO : dir/file1: Copied (replaced existing) 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/01 01:17:40 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/07/01 01:17:40 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/01 01:17:40 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/07/01 01:17:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:40 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/01 01:17:40 DEBUG : dir: Looking for writers 2026/07/01 01:17:40 DEBUG : file1: reading active writers 2026/07/01 01:17:40 DEBUG : Looking for writers 2026/07/01 01:17:40 DEBUG : dir: reading active writers 2026/07/01 01:17:40 DEBUG : >WaitForWriters: 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/07/01 01:17:40 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:40 DEBUG : dir: Looking for writers 2026/07/01 01:17:40 DEBUG : file1: reading active writers 2026/07/01 01:17:40 DEBUG : Looking for writers 2026/07/01 01:17:40 DEBUG : dir: reading active writers 2026/07/01 01:17:40 DEBUG : >WaitForWriters: 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (0.32s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.03s) --- 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-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:40 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:40 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/01 01:17:40 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/01 01:17:40 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:40 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:40 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:40 DEBUG : dir: Looking for writers 2026/07/01 01:17:40 DEBUG : file1: reading active writers 2026/07/01 01:17:40 DEBUG : Looking for writers 2026/07/01 01:17:40 DEBUG : dir: reading active writers 2026/07/01 01:17:40 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.02s) === RUN TestFileOpenReadUnknownSize 2026/07/01 01:17:40 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/07/01 01:17:40 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/01 01:17:40 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:40 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/07/01 01:17:40 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:40 DEBUG : Looking for writers 2026/07/01 01:17:40 DEBUG : file.txt: reading active writers 2026/07/01 01:17:40 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:40 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: File to upload is small (25 bytes), uploading instead of streaming 2026/07/01 01:17:40 DEBUG : dir/file1: size = 25 OK 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/01 01:17:40 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/01 01:17:40 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/01 01:17:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:40 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:40 DEBUG : dir: Looking for writers 2026/07/01 01:17:40 DEBUG : file1: reading active writers 2026/07/01 01:17:40 DEBUG : Looking for writers 2026/07/01 01:17:40 DEBUG : dir: reading active writers 2026/07/01 01:17:40 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.02s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:40 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:40 DEBUG : dir/file1: Remove: 2026/07/01 01:17:40 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/01 01:17:40 DEBUG : dir/file1: >Remove: err= 2026/07/01 01:17:40 DEBUG : dir/file1: Remove: 2026/07/01 01:17:40 DEBUG : dir/file1: >Remove: err=Read only file system 2026/07/01 01:17:40 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:40 DEBUG : dir: Looking for writers 2026/07/01 01:17:40 DEBUG : Looking for writers 2026/07/01 01:17:40 DEBUG : dir: reading active writers 2026/07/01 01:17:40 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.02s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:41 DEBUG : dir/file1: Remove: 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/01 01:17:41 DEBUG : dir/file1: >Remove: err= 2026/07/01 01:17:41 DEBUG : dir/file1: Remove: 2026/07/01 01:17:41 DEBUG : dir/file1: >Remove: err=Read only file system 2026/07/01 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.03s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:41 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/01 01:17:41 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/01 01:17:41 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/01 01:17:41 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/01 01:17:41 DEBUG : dir/file1: Open: flags=O_RDWR 2026/07/01 01:17:41 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/01 01:17:41 DEBUG : dir/file1: Open: flags=0x3 2026/07/01 01:17:41 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/07/01 01:17:41 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/07/01 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : file1: reading active writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 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-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : file1: reading active writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : >WaitForWriters: 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:41 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Updating file with newLeaf 0x379e48f976c0 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/01 01:17:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:41 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Updating file with dir/file1 0x379e48f976c0 2026/07/01 01:17:41 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:41 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/01 01:17:41 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:41 DEBUG : dir/file1: File is currently open, delaying rename 0x379e48f976c0 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/01 01:17:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: File to upload is small (25 bytes), uploading instead of streaming 2026/07/01 01:17:41 DEBUG : dir/file1: size = 25 OK 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/01 01:17:41 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/01 01:17:41 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/01 01:17:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/01 01:17:41 DEBUG : newLeaf: Running delayed rename now 2026/07/01 01:17:41 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Updating file with newLeaf 0x379e48f976c0 2026/07/01 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : >WaitForWriters: 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/01 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:41 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : file1: reading active writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : >WaitForWriters: 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:41 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Updating file with newLeaf 0x379e48f97860 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/01 01:17:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:41 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Updating file with dir/file1 0x379e48f97860 2026/07/01 01:17:41 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:41 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/01 01:17:41 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:41 DEBUG : dir/file1: File is currently open, delaying rename 0x379e48f97860 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/01 01:17:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: File to upload is small (25 bytes), uploading instead of streaming 2026/07/01 01:17:41 DEBUG : dir/file1: size = 25 OK 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/01 01:17:41 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/01 01:17:41 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/01 01:17:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/01 01:17:41 DEBUG : newLeaf: Running delayed rename now 2026/07/01 01:17:41 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Updating file with newLeaf 0x379e48f97860 2026/07/01 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : >WaitForWriters: 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/01 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:41 DEBUG : >WaitForWriters: 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:41 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/01 01:17:41 DEBUG : dir/file1: newRWFileHandle: 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e49443200): openPending: 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/01 01:17:41 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e49443200): >openPending: err= 2026/07/01 01:17:41 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/01 01:17:41 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:41 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e49443200): _writeAt: size=14, off=0 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e49443200): >_writeAt: n=14, err= 2026/07/01 01:17:41 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e49443200): close: 2026/07/01 01:17:41 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/01 01:17:41 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/01 01:17:41 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e49443200): >close: err= 2026/07/01 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : file1: reading active writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : file1: reading active writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : file1: reading active writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : file1: reading active writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/01 01:17:41 DEBUG : dir/file1: vfs cache: starting upload 2026/07/01 01:17:41 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1.ca338588.partial" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1.ca338588.partial 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1.ca338588.partial 2026/07/01 01:17:41 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/01 01:17:41 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/07/01 01:17:41 INFO : dir/file1: Copied (replaced existing) 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/01 01:17:41 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:41 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : file1: reading active writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : >WaitForWriters: 2026/07/01 01:17:41 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/01 01:17:41 DEBUG : dir/file1: newRWFileHandle: 2026/07/01 01:17:41 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/01 01:17:41 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e49399840): _readAt: size=512, off=0 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e49399840): openPending: 2026/07/01 01:17:41 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/07/01 01:17:41 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e49399840): >openPending: err= 2026/07/01 01:17:41 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e49399840): >_readAt: n=14, err=EOF 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e49399840): close: 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e49399840): >close: err= 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:41 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/01 01:17:41 DEBUG : newLeaf: Updating file with newLeaf 0x379e49435e10 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/01 01:17:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:41 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/01 01:17:41 DEBUG : dir/file1: Updating file with dir/file1 0x379e49435e10 2026/07/01 01:17:41 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:41 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/01 01:17:41 DEBUG : dir/file1: newRWFileHandle: 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e494bd140): openPending: 2026/07/01 01:17:41 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/07/01 01:17:41 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e494bd140): >openPending: err= 2026/07/01 01:17:41 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/01 01:17:41 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/01 01:17:41 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e494bd140): _writeAt: size=25, off=0 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e494bd140): >_writeAt: n=25, err= 2026/07/01 01:17:41 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/01 01:17:41 DEBUG : newLeaf: Updating file with newLeaf 0x379e49435e10 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/01 01:17:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/01 01:17:41 DEBUG : newLeaf(0x379e494bd140): close: 2026/07/01 01:17:41 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/07/01 01:17:41 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-01 01:17:41.34465028 +0000 UTC m=+3.053838934 2026/07/01 01:17:41 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:41 DEBUG : newLeaf(0x379e494bd140): >close: err= 2026/07/01 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/01 01:17:41 DEBUG : newLeaf: vfs cache: starting upload 2026/07/01 01:17:41 DEBUG : newLeaf.f2e97bff.partial: size = 25 OK 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf.f2e97bff.partial" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf.f2e97bff.partial 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kubolic3kiwe/newLeaf.f2e97bff.partial 2026/07/01 01:17:41 DEBUG : newLeaf.f2e97bff.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/01 01:17:41 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/01 01:17:41 DEBUG : newLeaf.f2e97bff.partial: renamed to: newLeaf 2026/07/01 01:17:41 INFO : newLeaf: Copied (replaced existing) 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/01 01:17:41 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-01 01:17:41 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/01 01:17:41 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/01 01:17:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/01 01:17:41 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:41 DEBUG : >WaitForWriters: 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/01 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:41 DEBUG : >WaitForWriters: 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : file1: reading active writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : >WaitForWriters: 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:41 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Updating file with newLeaf 0x379e49404b60 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/01 01:17:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:41 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Updating file with dir/file1 0x379e49404b60 2026/07/01 01:17:41 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:41 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/01 01:17:41 DEBUG : dir/file1: newRWFileHandle: 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e4886c740): openPending: 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/01 01:17:41 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e4886c740): >openPending: err= 2026/07/01 01:17:41 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/01 01:17:41 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/01 01:17:41 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e4886c740): _writeAt: size=25, off=0 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e4886c740): >_writeAt: n=25, err= 2026/07/01 01:17:41 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/01 01:17:41 DEBUG : newLeaf: Updating file with newLeaf 0x379e49404b60 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/01 01:17:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/01 01:17:41 DEBUG : newLeaf(0x379e4886c740): close: 2026/07/01 01:17:41 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/07/01 01:17:41 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-01 01:17:41.562163398 +0000 UTC m=+3.271352042 2026/07/01 01:17:41 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:41 DEBUG : newLeaf(0x379e4886c740): >close: err= 2026/07/01 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/01 01:17:41 DEBUG : newLeaf: vfs cache: starting upload 2026/07/01 01:17:41 DEBUG : newLeaf.03cd27ac.partial: size = 25 OK 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf.03cd27ac.partial" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf.03cd27ac.partial 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kubolic3kiwe/newLeaf.03cd27ac.partial 2026/07/01 01:17:41 DEBUG : newLeaf.03cd27ac.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/01 01:17:41 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/01 01:17:41 DEBUG : newLeaf.03cd27ac.partial: renamed to: newLeaf 2026/07/01 01:17:41 INFO : newLeaf: Copied (replaced existing) 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/01 01:17:41 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-01 01:17:41 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/01 01:17:41 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/01 01:17:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/01 01:17:41 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:41 DEBUG : >WaitForWriters: 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/01 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:41 DEBUG : >WaitForWriters: 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:41 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/01 01:17:41 DEBUG : dir/file1: newRWFileHandle: 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e49471b00): openPending: 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/01 01:17:41 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e49471b00): >openPending: err= 2026/07/01 01:17:41 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/01 01:17:41 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:41 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e49471b00): _writeAt: size=14, off=0 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e49471b00): >_writeAt: n=14, err= 2026/07/01 01:17:41 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e49471b00): close: 2026/07/01 01:17:41 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/01 01:17:41 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/01 01:17:41 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e49471b00): >close: err= 2026/07/01 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : file1: reading active writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : file1: reading active writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : file1: reading active writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : file1: reading active writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/01 01:17:41 DEBUG : dir/file1: vfs cache: starting upload 2026/07/01 01:17:41 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1.ca338588.partial" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1.ca338588.partial 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1.ca338588.partial 2026/07/01 01:17:41 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/01 01:17:41 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/07/01 01:17:41 INFO : dir/file1: Copied (replaced existing) 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/01 01:17:41 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:41 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : file1: reading active writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : >WaitForWriters: 2026/07/01 01:17:41 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/01 01:17:41 DEBUG : dir/file1: newRWFileHandle: 2026/07/01 01:17:41 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/01 01:17:41 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e48fc4ec0): _readAt: size=512, off=0 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e48fc4ec0): openPending: 2026/07/01 01:17:41 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/07/01 01:17:41 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e48fc4ec0): >openPending: err= 2026/07/01 01:17:41 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e48fc4ec0): >_readAt: n=14, err=EOF 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e48fc4ec0): close: 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e48fc4ec0): >close: err= 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:41 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/01 01:17:41 DEBUG : newLeaf: Updating file with newLeaf 0x379e49435450 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/01 01:17:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:41 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/01 01:17:41 DEBUG : dir/file1: Updating file with dir/file1 0x379e49435450 2026/07/01 01:17:41 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:41 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/01 01:17:41 DEBUG : dir/file1: newRWFileHandle: 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e493054c0): openPending: 2026/07/01 01:17:41 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/07/01 01:17:41 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e493054c0): >openPending: err= 2026/07/01 01:17:41 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/01 01:17:41 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/01 01:17:41 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e493054c0): _writeAt: size=25, off=0 2026/07/01 01:17:41 DEBUG : dir/file1(0x379e493054c0): >_writeAt: n=25, err= 2026/07/01 01:17:41 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:41 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:41 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/01 01:17:41 DEBUG : newLeaf: Updating file with newLeaf 0x379e49435450 2026/07/01 01:17:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/01 01:17:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/01 01:17:41 DEBUG : newLeaf(0x379e493054c0): close: 2026/07/01 01:17:41 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/07/01 01:17:41 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-01 01:17:41.939218782 +0000 UTC m=+3.648407436 2026/07/01 01:17:41 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:41 DEBUG : newLeaf(0x379e493054c0): >close: err= 2026/07/01 01:17:41 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/01 01:17:41 DEBUG : dir: Looking for writers 2026/07/01 01:17:41 DEBUG : Looking for writers 2026/07/01 01:17:41 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:41 DEBUG : dir: reading active writers 2026/07/01 01:17:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/01 01:17:42 DEBUG : dir: Looking for writers 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : dir: reading active writers 2026/07/01 01:17:42 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/01 01:17:42 DEBUG : newLeaf: vfs cache: starting upload 2026/07/01 01:17:42 DEBUG : newLeaf.f636bc4e.partial: size = 25 OK 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf.f636bc4e.partial" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf.f636bc4e.partial 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kubolic3kiwe/newLeaf.f636bc4e.partial 2026/07/01 01:17:42 DEBUG : newLeaf.f636bc4e.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/01 01:17:42 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/01 01:17:42 DEBUG : newLeaf.f636bc4e.partial: renamed to: newLeaf 2026/07/01 01:17:42 INFO : newLeaf: Copied (replaced existing) 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:42 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/01 01:17:42 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-01 01:17:41 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/01 01:17:42 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/01 01:17:42 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/01 01:17:42 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/01 01:17:42 DEBUG : dir: Looking for writers 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : dir: reading active writers 2026/07/01 01:17:42 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:42 DEBUG : >WaitForWriters: 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:42 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:42 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/01 01:17:42 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:42 DEBUG : dir: Looking for writers 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : dir: reading active writers 2026/07/01 01:17:42 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:42 DEBUG : >WaitForWriters: 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:42 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:42 DEBUG : dir: Looking for writers 2026/07/01 01:17:42 DEBUG : file1: reading active writers 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : dir: reading active writers 2026/07/01 01:17:42 DEBUG : >WaitForWriters: 2026/07/01 01:17:42 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/01 01:17:42 DEBUG : dir/file1: newRWFileHandle: 2026/07/01 01:17:42 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/01 01:17:42 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48d66600): _readAt: size=512, off=0 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48d66600): openPending: 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:42 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/01 01:17:42 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/01 01:17:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48d66600): >openPending: err= 2026/07/01 01:17:42 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48d66600): >_readAt: n=14, err=EOF 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48d66600): close: 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48d66600): >close: err= 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:42 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:42 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:42 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/01 01:17:42 DEBUG : newLeaf: Updating file with newLeaf 0x379e48dd9c70 2026/07/01 01:17:42 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/01 01:17:42 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:42 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:42 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:42 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:42 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/01 01:17:42 DEBUG : dir/file1: Updating file with dir/file1 0x379e48dd9c70 2026/07/01 01:17:42 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/01 01:17:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:42 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/01 01:17:42 DEBUG : dir/file1: newRWFileHandle: 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e4958ecc0): openPending: 2026/07/01 01:17:42 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/07/01 01:17:42 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/01 01:17:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e4958ecc0): >openPending: err= 2026/07/01 01:17:42 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/01 01:17:42 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/01 01:17:42 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e4958ecc0): _writeAt: size=25, off=0 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e4958ecc0): >_writeAt: n=25, err= 2026/07/01 01:17:42 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:42 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:42 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/01 01:17:42 DEBUG : newLeaf: Updating file with newLeaf 0x379e48dd9c70 2026/07/01 01:17:42 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/01 01:17:42 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/01 01:17:42 DEBUG : newLeaf(0x379e4958ecc0): close: 2026/07/01 01:17:42 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/07/01 01:17:42 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-01 01:17:42.165612871 +0000 UTC m=+3.874801525 2026/07/01 01:17:42 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:42 DEBUG : newLeaf(0x379e4958ecc0): >close: err= 2026/07/01 01:17:42 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:42 DEBUG : dir: Looking for writers 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : dir: reading active writers 2026/07/01 01:17:42 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/01 01:17:42 DEBUG : dir: Looking for writers 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:42 DEBUG : dir: reading active writers 2026/07/01 01:17:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/01 01:17:42 DEBUG : dir: Looking for writers 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : dir: reading active writers 2026/07/01 01:17:42 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/01 01:17:42 DEBUG : dir: Looking for writers 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:42 DEBUG : dir: reading active writers 2026/07/01 01:17:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/01 01:17:42 DEBUG : newLeaf: vfs cache: starting upload 2026/07/01 01:17:42 DEBUG : newLeaf.3f6b90c7.partial: size = 25 OK 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf.3f6b90c7.partial" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf.3f6b90c7.partial 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kubolic3kiwe/newLeaf.3f6b90c7.partial 2026/07/01 01:17:42 DEBUG : newLeaf.3f6b90c7.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/01 01:17:42 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/01 01:17:42 DEBUG : newLeaf.3f6b90c7.partial: renamed to: newLeaf 2026/07/01 01:17:42 INFO : newLeaf: Copied (replaced existing) 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:42 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/01 01:17:42 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-01 01:17:42 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/01 01:17:42 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/01 01:17:42 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/01 01:17:42 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/01 01:17:42 DEBUG : dir: Looking for writers 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : dir: reading active writers 2026/07/01 01:17:42 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:42 DEBUG : >WaitForWriters: 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:42 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/newLeaf" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /home/rclone/rclone-test-kubolic3kiwe/newLeaf 2026/07/01 01:17:42 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/01 01:17:42 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:42 DEBUG : dir: Looking for writers 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : dir: reading active writers 2026/07/01 01:17:42 DEBUG : newLeaf: reading active writers 2026/07/01 01:17:42 DEBUG : >WaitForWriters: 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting --- PASS: TestFileRename (1.29s) --- PASS: TestFileRename/off,forceCache=false (0.05s) --- PASS: TestFileRename/minimal,forceCache=false (0.05s) --- PASS: TestFileRename/minimal,forceCache=true (0.37s) --- PASS: TestFileRename/writes,forceCache=false (0.22s) --- PASS: TestFileRename/writes,forceCache=true (0.38s) --- PASS: TestFileRename/full,forceCache=false (0.23s) === 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-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:42 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 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-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/01 01:17:42 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:42 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/01 01:17:42 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/01 01:17:42 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/01 01:17:42 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:42 DEBUG : dir: Looking for writers 2026/07/01 01:17:42 DEBUG : file1: reading active writers 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : dir: reading active writers 2026/07/01 01:17:42 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.03s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/01 01:17:42 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:42 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/01 01:17:42 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/01 01:17:42 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/07/01 01:17:42 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/07/01 01:17:42 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/07/01 01:17:42 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/07/01 01:17:42 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:42 DEBUG : dir: Looking for writers 2026/07/01 01:17:42 DEBUG : file1: reading active writers 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : dir: reading active writers 2026/07/01 01:17:42 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.04s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/01 01:17:42 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:42 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/01 01:17:42 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/01 01:17:42 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/07/01 01:17:42 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/07/01 01:17:42 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/07/01 01:17:42 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/07/01 01:17:42 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/07/01 01:17:42 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/07/01 01:17:42 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/07/01 01:17:42 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/07/01 01:17:42 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/07/01 01:17:42 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/07/01 01:17:42 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/07/01 01:17:42 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/07/01 01:17:42 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/07/01 01:17:42 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/07/01 01:17:42 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:42 DEBUG : dir: Looking for writers 2026/07/01 01:17:42 DEBUG : file1: reading active writers 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : dir: reading active writers 2026/07/01 01:17:42 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.12s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/01 01:17:42 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:42 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/01 01:17:42 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/01 01:17:42 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/01 01:17:42 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:42 DEBUG : dir: Looking for writers 2026/07/01 01:17:42 DEBUG : file1: reading active writers 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : dir: reading active writers 2026/07/01 01:17:42 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.02s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/01 01:17:42 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:42 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/01 01:17:42 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/01 01:17:42 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/01 01:17:42 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/07/01 01:17:42 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:42 DEBUG : dir: Looking for writers 2026/07/01 01:17:42 DEBUG : file1: reading active writers 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : dir: reading active writers 2026/07/01 01:17:42 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.02s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/01 01:17:42 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:42 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/01 01:17:42 DEBUG : dir/file1: newRWFileHandle: 2026/07/01 01:17:42 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/01 01:17:42 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/01 01:17:42 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48e3fc00): _readAt: size=1, off=0 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48e3fc00): openPending: 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/01 01:17:42 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/01 01:17:42 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/01 01:17:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48e3fc00): >openPending: err= 2026/07/01 01:17:42 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48e3fc00): >_readAt: n=1, err= 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48e3fc00): _readAt: size=256, off=1 2026/07/01 01:17:42 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48e3fc00): >_readAt: n=15, err=EOF 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48e3fc00): _readAt: size=16, off=16 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48e3fc00): >_readAt: n=0, err=EOF 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48e3fc00): close: 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48e3fc00): >close: err= 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48e3fc00): close: 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48e3fc00): >close: err=file already closed 2026/07/01 01:17:42 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:42 DEBUG : dir: Looking for writers 2026/07/01 01:17:42 DEBUG : file1: reading active writers 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : dir: reading active writers 2026/07/01 01:17:42 DEBUG : >WaitForWriters: 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.05s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/01 01:17:42 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:42 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/01 01:17:42 DEBUG : dir/file1: newRWFileHandle: 2026/07/01 01:17:42 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/01 01:17:42 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/01 01:17:42 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48f7eb80): _readAt: size=1, off=0 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48f7eb80): openPending: 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/01 01:17:42 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/01 01:17:42 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/01 01:17:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48f7eb80): >openPending: err= 2026/07/01 01:17:42 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48f7eb80): >_readAt: n=1, err= 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48f7eb80): _readAt: size=1, off=5 2026/07/01 01:17:42 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48f7eb80): >_readAt: n=1, err= 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48f7eb80): _readAt: size=1, off=3 2026/07/01 01:17:42 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48f7eb80): >_readAt: n=1, err= 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48f7eb80): _readAt: size=1, off=13 2026/07/01 01:17:42 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48f7eb80): >_readAt: n=1, err= 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48f7eb80): _readAt: size=16, off=100 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48f7eb80): >_readAt: n=0, err=EOF 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48f7eb80): close: 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e48f7eb80): >close: err= 2026/07/01 01:17:42 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:42 DEBUG : dir: Looking for writers 2026/07/01 01:17:42 DEBUG : file1: reading active writers 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : dir: reading active writers 2026/07/01 01:17:42 DEBUG : >WaitForWriters: 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.03s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/01 01:17:42 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:42 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/01 01:17:42 DEBUG : dir/file1: newRWFileHandle: 2026/07/01 01:17:42 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/01 01:17:42 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/01 01:17:42 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495af840): _readAt: size=1, off=0 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495af840): openPending: 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/01 01:17:42 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/01 01:17:42 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/01 01:17:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495af840): >openPending: err= 2026/07/01 01:17:42 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495af840): >_readAt: n=1, err= 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495af840): _readAt: size=1, off=5 2026/07/01 01:17:42 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495af840): >_readAt: n=1, err= 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495af840): _readAt: size=1, off=1 2026/07/01 01:17:42 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495af840): >_readAt: n=1, err= 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495af840): _readAt: size=6, off=10 2026/07/01 01:17:42 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495af840): >_readAt: n=6, err= 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495af840): _readAt: size=256, off=10 2026/07/01 01:17:42 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495af840): >_readAt: n=6, err=EOF 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495af840): _readAt: size=256, off=100 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495af840): >_readAt: n=0, err=EOF 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495af840): close: 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495af840): >close: err= 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495af840): _readAt: size=256, off=100 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495af840): >_readAt: n=0, err=file already closed 2026/07/01 01:17:42 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:42 DEBUG : dir: Looking for writers 2026/07/01 01:17:42 DEBUG : file1: reading active writers 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : dir: reading active writers 2026/07/01 01:17:42 DEBUG : >WaitForWriters: 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.03s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/01 01:17:42 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:42 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/01 01:17:42 DEBUG : dir/file1: newRWFileHandle: 2026/07/01 01:17:42 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/01 01:17:42 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/01 01:17:42 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495f8680): RWFileHandle.Flush 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495f8680): _readAt: size=256, off=0 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495f8680): openPending: 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/01 01:17:42 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/01 01:17:42 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/01 01:17:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495f8680): >openPending: err= 2026/07/01 01:17:42 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495f8680): >_readAt: n=16, err=EOF 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495f8680): RWFileHandle.Flush 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495f8680): RWFileHandle.Flush 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495f8680): close: 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495f8680): >close: err= 2026/07/01 01:17:42 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:42 DEBUG : dir: Looking for writers 2026/07/01 01:17:42 DEBUG : file1: reading active writers 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : dir: reading active writers 2026/07/01 01:17:42 DEBUG : >WaitForWriters: 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.02s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/01 01:17:42 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:42 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/01 01:17:42 DEBUG : dir/file1: newRWFileHandle: 2026/07/01 01:17:42 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/01 01:17:42 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/01 01:17:42 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495f8e40): _readAt: size=256, off=0 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495f8e40): openPending: 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/01 01:17:42 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/01 01:17:42 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/01 01:17:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495f8e40): >openPending: err= 2026/07/01 01:17:42 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:42 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495f8e40): >_readAt: n=16, err=EOF 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495f8e40): RWFileHandle.Release 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495f8e40): close: 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495f8e40): >close: err= 2026/07/01 01:17:42 DEBUG : dir/file1(0x379e495f8e40): RWFileHandle.Release 2026/07/01 01:17:42 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:42 DEBUG : dir: Looking for writers 2026/07/01 01:17:42 DEBUG : file1: reading active writers 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : dir: reading active writers 2026/07/01 01:17:42 DEBUG : >WaitForWriters: 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.02s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:42 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:42 DEBUG : file1: newRWFileHandle: 2026/07/01 01:17:42 DEBUG : file1(0x379e495f9680): openPending: 2026/07/01 01:17:42 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:42 DEBUG : file1(0x379e495f9680): >openPending: err= 2026/07/01 01:17:42 DEBUG : file1: >newRWFileHandle: err= 2026/07/01 01:17:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:42 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/01 01:17:42 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/01 01:17:42 DEBUG : file1(0x379e495f9680): _writeAt: size=5, off=0 2026/07/01 01:17:42 DEBUG : file1(0x379e495f9680): >_writeAt: n=5, err= 2026/07/01 01:17:42 DEBUG : file1(0x379e495f9680): _writeAt: size=7, off=5 2026/07/01 01:17:42 DEBUG : file1(0x379e495f9680): >_writeAt: n=7, err= 2026/07/01 01:17:42 DEBUG : file1: vfs cache: truncate to size=11 2026/07/01 01:17:42 DEBUG : file1(0x379e495f9680): close: 2026/07/01 01:17:42 DEBUG : file1: vfs cache: setting modification time to 2026-07-01 01:17:42.725229528 +0000 UTC m=+4.434418171 2026/07/01 01:17:42 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:42 DEBUG : file1(0x379e495f9680): >close: err= 2026/07/01 01:17:42 DEBUG : file1(0x379e495f9680): close: 2026/07/01 01:17:42 DEBUG : file1(0x379e495f9680): >close: err=file already closed 2026/07/01 01:17:42 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : file1: reading active writers 2026/07/01 01:17:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : file1: reading active writers 2026/07/01 01:17:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : file1: reading active writers 2026/07/01 01:17:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : file1: reading active writers 2026/07/01 01:17:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/01 01:17:42 DEBUG : file1: vfs cache: starting upload 2026/07/01 01:17:42 DEBUG : file1.2fe55fed.partial: size = 11 OK 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1.2fe55fed.partial" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1.2fe55fed.partial 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-kubolic3kiwe/file1.2fe55fed.partial 2026/07/01 01:17:42 DEBUG : file1.2fe55fed.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/01 01:17:42 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/01 01:17:42 DEBUG : file1.2fe55fed.partial: renamed to: file1 2026/07/01 01:17:42 INFO : file1: Copied (new) 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:42 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/01 01:17:42 DEBUG : file1: vfs cache: fingerprint now "11,2026-07-01 01:17:42 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/07/01 01:17:42 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/01 01:17:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:42 INFO : file1: vfs cache: upload succeeded try #1 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : file1: reading active writers 2026/07/01 01:17:42 DEBUG : >WaitForWriters: 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:42 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:42 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/01 01:17:42 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : file1: reading active writers 2026/07/01 01:17:42 DEBUG : >WaitForWriters: 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.17s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:42 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:42 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:42 DEBUG : file1: newRWFileHandle: 2026/07/01 01:17:42 DEBUG : file1(0x379e48a70f00): openPending: 2026/07/01 01:17:42 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:42 DEBUG : file1(0x379e48a70f00): >openPending: err= 2026/07/01 01:17:42 DEBUG : file1: >newRWFileHandle: err= 2026/07/01 01:17:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:42 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/01 01:17:42 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/01 01:17:42 DEBUG : file1(0x379e48a70f00): _writeAt: size=7, off=0 2026/07/01 01:17:42 DEBUG : file1(0x379e48a70f00): >_writeAt: n=7, err= 2026/07/01 01:17:42 DEBUG : file1(0x379e48a70f00): _writeAt: size=6, off=5 2026/07/01 01:17:42 DEBUG : file1(0x379e48a70f00): >_writeAt: n=6, err= 2026/07/01 01:17:42 DEBUG : file1(0x379e48a70f00): close: 2026/07/01 01:17:42 DEBUG : file1: vfs cache: setting modification time to 2026-07-01 01:17:42.892722807 +0000 UTC m=+4.601911451 2026/07/01 01:17:42 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:42 DEBUG : file1(0x379e48a70f00): >close: err= 2026/07/01 01:17:42 DEBUG : file1(0x379e48a70f00): _writeAt: size=5, off=0 2026/07/01 01:17:42 DEBUG : file1(0x379e48a70f00): >_writeAt: n=0, err=file already closed 2026/07/01 01:17:42 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : file1: reading active writers 2026/07/01 01:17:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : file1: reading active writers 2026/07/01 01:17:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : file1: reading active writers 2026/07/01 01:17:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/01 01:17:42 DEBUG : Looking for writers 2026/07/01 01:17:42 DEBUG : file1: reading active writers 2026/07/01 01:17:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/01 01:17:42 DEBUG : file1: vfs cache: starting upload 2026/07/01 01:17:42 DEBUG : file1.bcb12ada.partial: size = 11 OK 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1.bcb12ada.partial" 2026/07/01 01:17:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1.bcb12ada.partial 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-kubolic3kiwe/file1.bcb12ada.partial 2026/07/01 01:17:43 DEBUG : file1.bcb12ada.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/01 01:17:43 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/01 01:17:43 DEBUG : file1.bcb12ada.partial: renamed to: file1 2026/07/01 01:17:43 INFO : file1: Copied (new) 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:43 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/01 01:17:43 DEBUG : file1: vfs cache: fingerprint now "11,2026-07-01 01:17:42 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/07/01 01:17:43 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/01 01:17:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:43 INFO : file1: vfs cache: upload succeeded try #1 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : >WaitForWriters: 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:43 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:43 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/01 01:17:43 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : >WaitForWriters: 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.17s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:43 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:43 DEBUG : file1: newRWFileHandle: 2026/07/01 01:17:43 DEBUG : file1(0x379e48fc4300): openPending: 2026/07/01 01:17:43 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:43 DEBUG : file1(0x379e48fc4300): >openPending: err= 2026/07/01 01:17:43 DEBUG : file1: >newRWFileHandle: err= 2026/07/01 01:17:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:43 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/01 01:17:43 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/01 01:17:43 DEBUG : file1(0x379e48fc4300): close: 2026/07/01 01:17:43 DEBUG : file1: vfs cache: setting modification time to 2026-07-01 01:17:43.057456827 +0000 UTC m=+4.766645471 2026/07/01 01:17:43 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:43 DEBUG : file1(0x379e48fc4300): >close: err= 2026/07/01 01:17:43 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/01 01:17:43 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/01 01:17:43 DEBUG : file2: newRWFileHandle: 2026/07/01 01:17:43 DEBUG : file2(0x379e48fc4800): openPending: 2026/07/01 01:17:43 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:43 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/01 01:17:43 DEBUG : file2(0x379e48fc4800): >openPending: err= 2026/07/01 01:17:43 DEBUG : file2: >newRWFileHandle: err= 2026/07/01 01:17:43 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/01 01:17:43 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/07/01 01:17:43 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/07/01 01:17:43 DEBUG : file2(0x379e48fc4800): RWFileHandle.Flush 2026/07/01 01:17:43 DEBUG : file2(0x379e48fc4800): RWFileHandle.Release 2026/07/01 01:17:43 DEBUG : file2(0x379e48fc4800): close: 2026/07/01 01:17:43 DEBUG : file2: vfs cache: setting modification time to 2026-07-01 01:17:43.058037847 +0000 UTC m=+4.767226492 2026/07/01 01:17:43 INFO : file2: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:43 DEBUG : file2(0x379e48fc4800): >close: err= 2026/07/01 01:17:43 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : file2: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : file2: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : file2: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : file2: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/07/01 01:17:43 DEBUG : file2: vfs cache: starting upload 2026/07/01 01:17:43 DEBUG : file1: vfs cache: starting upload 2026/07/01 01:17:43 DEBUG : file2.3fbf389e.partial: size = 0 OK 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file2.3fbf389e.partial" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file2.3fbf389e.partial 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kubolic3kiwe/file2.3fbf389e.partial 2026/07/01 01:17:43 DEBUG : file2.3fbf389e.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/01 01:17:43 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/01 01:17:43 DEBUG : file2.3fbf389e.partial: renamed to: file2 2026/07/01 01:17:43 INFO : file2: Copied (new) 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file2" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file2 2026/07/01 01:17:43 DEBUG : file1.45ff5cdb.partial: size = 0 OK 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1.45ff5cdb.partial" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1.45ff5cdb.partial 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kubolic3kiwe/file2 2026/07/01 01:17:43 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/01 01:17:43 DEBUG : file2: vfs cache: fingerprint now "0,2026-07-01 01:17:43 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/07/01 01:17:43 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/07/01 01:17:43 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/01 01:17:43 INFO : file2: vfs cache: upload succeeded try #1 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kubolic3kiwe/file1.45ff5cdb.partial 2026/07/01 01:17:43 DEBUG : file1.45ff5cdb.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/01 01:17:43 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/01 01:17:43 DEBUG : file1.45ff5cdb.partial: renamed to: file1 2026/07/01 01:17:43 INFO : file1: Copied (new) 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:43 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/01 01:17:43 DEBUG : file1: vfs cache: fingerprint now "0,2026-07-01 01:17:43 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/07/01 01:17:43 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/01 01:17:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:43 INFO : file1: vfs cache: upload succeeded try #1 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : file2: reading active writers 2026/07/01 01:17:43 DEBUG : >WaitForWriters: 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:43 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:43 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file2" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file2 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kubolic3kiwe/file2 2026/07/01 01:17:43 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file2" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/file2 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-kubolic3kiwe/file2 2026/07/01 01:17:43 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/01 01:17:43 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : file2: reading active writers 2026/07/01 01:17:43 DEBUG : >WaitForWriters: 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.17s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:43 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:43 DEBUG : file1: newRWFileHandle: 2026/07/01 01:17:43 DEBUG : file1(0x379e48c17580): openPending: 2026/07/01 01:17:43 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:43 DEBUG : file1(0x379e48c17580): >openPending: err= 2026/07/01 01:17:43 DEBUG : file1: >newRWFileHandle: err= 2026/07/01 01:17:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:43 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/01 01:17:43 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/01 01:17:43 DEBUG : file1(0x379e48c17580): _writeAt: size=5, off=0 2026/07/01 01:17:43 DEBUG : file1(0x379e48c17580): >_writeAt: n=5, err= 2026/07/01 01:17:43 DEBUG : file1(0x379e48c17580): RWFileHandle.Flush 2026/07/01 01:17:43 DEBUG : file1(0x379e48c17580): RWFileHandle.Flush 2026/07/01 01:17:43 DEBUG : file1(0x379e48c17580): close: 2026/07/01 01:17:43 DEBUG : file1: vfs cache: setting modification time to 2026-07-01 01:17:43.23681641 +0000 UTC m=+4.946005054 2026/07/01 01:17:43 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:43 DEBUG : file1(0x379e48c17580): >close: err= 2026/07/01 01:17:43 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/01 01:17:43 DEBUG : file1: vfs cache: starting upload 2026/07/01 01:17:43 DEBUG : file1.628b2f26.partial: size = 5 OK 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1.628b2f26.partial" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1.628b2f26.partial 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kubolic3kiwe/file1.628b2f26.partial 2026/07/01 01:17:43 DEBUG : file1.628b2f26.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/01 01:17:43 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/01 01:17:43 DEBUG : file1.628b2f26.partial: renamed to: file1 2026/07/01 01:17:43 INFO : file1: Copied (new) 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:43 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/01 01:17:43 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-01 01:17:43 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/01 01:17:43 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/01 01:17:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:43 INFO : file1: vfs cache: upload succeeded try #1 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : >WaitForWriters: 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.17s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:43 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:43 DEBUG : file1: newRWFileHandle: 2026/07/01 01:17:43 DEBUG : file1(0x379e49304c80): openPending: 2026/07/01 01:17:43 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:43 DEBUG : file1(0x379e49304c80): >openPending: err= 2026/07/01 01:17:43 DEBUG : file1: >newRWFileHandle: err= 2026/07/01 01:17:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:43 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/01 01:17:43 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/01 01:17:43 DEBUG : file1(0x379e49304c80): _writeAt: size=5, off=0 2026/07/01 01:17:43 DEBUG : file1(0x379e49304c80): >_writeAt: n=5, err= 2026/07/01 01:17:43 DEBUG : file1(0x379e49304c80): RWFileHandle.Release 2026/07/01 01:17:43 DEBUG : file1(0x379e49304c80): close: 2026/07/01 01:17:43 DEBUG : file1: vfs cache: setting modification time to 2026-07-01 01:17:43.403519116 +0000 UTC m=+5.112707760 2026/07/01 01:17:43 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:43 DEBUG : file1(0x379e49304c80): >close: err= 2026/07/01 01:17:43 DEBUG : file1(0x379e49304c80): RWFileHandle.Release 2026/07/01 01:17:43 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/01 01:17:43 DEBUG : file1: vfs cache: starting upload 2026/07/01 01:17:43 DEBUG : file1.86cb8e6a.partial: size = 5 OK 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1.86cb8e6a.partial" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1.86cb8e6a.partial 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kubolic3kiwe/file1.86cb8e6a.partial 2026/07/01 01:17:43 DEBUG : file1.86cb8e6a.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/01 01:17:43 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/01 01:17:43 DEBUG : file1.86cb8e6a.partial: renamed to: file1 2026/07/01 01:17:43 INFO : file1: Copied (new) 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:43 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/01 01:17:43 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-01 01:17:43 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/01 01:17:43 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/01 01:17:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:43 INFO : file1: vfs cache: upload succeeded try #1 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : >WaitForWriters: 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.16s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:43 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:43 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/01 01:17:43 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/07/01 01:17:43 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/01 01:17:43 DEBUG : dir/file1: newRWFileHandle: 2026/07/01 01:17:43 DEBUG : dir/file1(0x379e49305bc0): openPending: 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:43 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/01 01:17:43 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/01 01:17:43 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/01 01:17:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:43 DEBUG : dir/file1(0x379e49305bc0): >openPending: err= 2026/07/01 01:17:43 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/01 01:17:43 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/01 01:17:43 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/01 01:17:43 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/01 01:17:43 DEBUG : dir/file1(0x379e49305bc0): _writeAt: size=5, off=0 2026/07/01 01:17:43 DEBUG : dir/file1(0x379e49305bc0): >_writeAt: n=5, err= 2026/07/01 01:17:43 DEBUG : dir/file1(0x379e49305bc0): close: 2026/07/01 01:17:43 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:43 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-01 01:17:43.579771677 +0000 UTC m=+5.288960331 2026/07/01 01:17:43 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:43 DEBUG : dir/file1(0x379e49305bc0): >close: err= 2026/07/01 01:17:43 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:43 DEBUG : dir: Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : dir: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/01 01:17:43 DEBUG : dir: Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : dir: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/01 01:17:43 DEBUG : dir: Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : dir: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/01 01:17:43 DEBUG : dir: Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : dir: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/01 01:17:43 DEBUG : dir/file1: vfs cache: starting upload 2026/07/01 01:17:43 DEBUG : dir/file1.d2ead1a0.partial: size = 5 OK 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1.d2ead1a0.partial" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1.d2ead1a0.partial 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kubolic3kiwe/dir/file1.d2ead1a0.partial 2026/07/01 01:17:43 DEBUG : dir/file1.d2ead1a0.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/01 01:17:43 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/01 01:17:43 DEBUG : dir/file1.d2ead1a0.partial: renamed to: dir/file1 2026/07/01 01:17:43 INFO : dir/file1: Copied (replaced existing) 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:43 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/01 01:17:43 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-07-01 01:17:43 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/01 01:17:43 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/01 01:17:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:43 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/01 01:17:43 DEBUG : dir: Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : dir: reading active writers 2026/07/01 01:17:43 DEBUG : >WaitForWriters: 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.18s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:43 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:43 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/01 01:17:43 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:43 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:43 DEBUG : dir/file1: newRWFileHandle: 2026/07/01 01:17:43 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/01 01:17:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:43 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/01 01:17:43 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/01 01:17:43 DEBUG : dir/file1(0x379e48e3e080): _writeAt: size=5, off=0 2026/07/01 01:17:43 DEBUG : dir/file1(0x379e48e3e080): openPending: 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:43 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/01 01:17:43 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/01 01:17:43 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/01 01:17:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:43 DEBUG : dir/file1(0x379e48e3e080): >openPending: err= 2026/07/01 01:17:43 DEBUG : dir/file1(0x379e48e3e080): >_writeAt: n=5, err= 2026/07/01 01:17:43 DEBUG : dir/file1(0x379e48e3e080): _writeAt: size=15, off=5 2026/07/01 01:17:43 DEBUG : dir/file1(0x379e48e3e080): >_writeAt: n=15, err= 2026/07/01 01:17:43 DEBUG : dir/file1(0x379e48e3e080): close: 2026/07/01 01:17:43 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/07/01 01:17:43 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-01 01:17:43.760142328 +0000 UTC m=+5.469330971 2026/07/01 01:17:43 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:43 DEBUG : dir/file1(0x379e48e3e080): >close: err= 2026/07/01 01:17:43 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:43 DEBUG : dir: Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : dir: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/01 01:17:43 DEBUG : dir: Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : dir: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/01 01:17:43 DEBUG : dir: Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : dir: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/01 01:17:43 DEBUG : dir: Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : dir: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/01 01:17:43 DEBUG : dir/file1: vfs cache: starting upload 2026/07/01 01:17:43 DEBUG : dir/file1.2b6a0bbe.partial: size = 20 OK 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1.2b6a0bbe.partial" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1.2b6a0bbe.partial 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /home/rclone/rclone-test-kubolic3kiwe/dir/file1.2b6a0bbe.partial 2026/07/01 01:17:43 DEBUG : dir/file1.2b6a0bbe.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/07/01 01:17:43 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/07/01 01:17:43 DEBUG : dir/file1.2b6a0bbe.partial: renamed to: dir/file1 2026/07/01 01:17:43 INFO : dir/file1: Copied (replaced existing) 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:43 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/07/01 01:17:43 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-07-01 01:17:43 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/07/01 01:17:43 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/01 01:17:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:43 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/01 01:17:43 DEBUG : dir: Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : dir: reading active writers 2026/07/01 01:17:43 DEBUG : >WaitForWriters: 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.18s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:43 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:43 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:43 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:43 DEBUG : file1: newRWFileHandle: 2026/07/01 01:17:43 DEBUG : file1(0x379e48cab440): openPending: 2026/07/01 01:17:43 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:43 DEBUG : file1(0x379e48cab440): >openPending: err= 2026/07/01 01:17:43 DEBUG : file1: >newRWFileHandle: err= 2026/07/01 01:17:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:43 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/01 01:17:43 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/01 01:17:43 DEBUG : file1(0x379e48cab440): _writeAt: size=5, off=0 2026/07/01 01:17:43 DEBUG : file1(0x379e48cab440): >_writeAt: n=5, err= 2026/07/01 01:17:43 DEBUG : file1(0x379e48cab440): close: 2026/07/01 01:17:43 DEBUG : file1: vfs cache: setting modification time to 2026-07-01 01:17:43.927340895 +0000 UTC m=+5.636529539 2026/07/01 01:17:43 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:43 DEBUG : file1(0x379e48cab440): >close: err= 2026/07/01 01:17:43 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/01 01:17:43 DEBUG : Looking for writers 2026/07/01 01:17:43 DEBUG : file1: reading active writers 2026/07/01 01:17:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/01 01:17:44 DEBUG : file1: vfs cache: starting upload 2026/07/01 01:17:44 DEBUG : file1.11076021.partial: size = 5 OK 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1.11076021.partial" 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1.11076021.partial 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kubolic3kiwe/file1.11076021.partial 2026/07/01 01:17:44 DEBUG : file1.11076021.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/01 01:17:44 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/01 01:17:44 DEBUG : file1.11076021.partial: renamed to: file1 2026/07/01 01:17:44 INFO : file1: Copied (new) 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:44 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/01 01:17:44 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-01 01:17:43 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/01 01:17:44 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:44 INFO : file1: vfs cache: upload succeeded try #1 2026/07/01 01:17:44 DEBUG : Looking for writers 2026/07/01 01:17:44 DEBUG : file1: reading active writers 2026/07/01 01:17:44 DEBUG : >WaitForWriters: 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: 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-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:44 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/07/01 01:17:44 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399980): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399980): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399980): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399980): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399980): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.091146492 +0000 UTC m=+5.800335137 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399980): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399e00): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399e00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399e00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399e00): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399e00): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399e00): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399e00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.091146492 +0000 UTC m=+5.800335137 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399e00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493543c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493543c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493543c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493543c0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493543c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.091146492 +0000 UTC m=+5.800335137 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493543c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4909e540 item 1 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49354a00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49354a00): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49354a00): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49354a00): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49354a00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.09533806 +0000 UTC m=+5.804526704 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49354a00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49354f00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49354f00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49354f00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49354f00): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49354f00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.09533806 +0000 UTC m=+5.804526704 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49354f00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4909efc0 item 2 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49355540): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49355540): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49355540): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49355540): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49355540): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.097772149 +0000 UTC m=+5.806960793 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49355540): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493559c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493559c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493559c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493559c0): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493559c0): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493559c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493559c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.097772149 +0000 UTC m=+5.806960793 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493559c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49355e80): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49355e80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49355e80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49355e80): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49355e80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.097772149 +0000 UTC m=+5.806960793 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49355e80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4909f500 item 3 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940a600): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940a600): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940a600): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940a600): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940a600): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.101982913 +0000 UTC m=+5.811171557 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940a600): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940ab40): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940ab40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940ab40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940ab40): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940ab40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.101982913 +0000 UTC m=+5.811171557 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940ab40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4909fc70 item 4 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940b180): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940b180): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940b180): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940b180): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940b180): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.105170316 +0000 UTC m=+5.814358959 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940b180): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940b600): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940b600): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940b600): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940b600): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940b600): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940b600): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940b600): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.105170316 +0000 UTC m=+5.814358959 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940b600): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940bac0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940bac0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940bac0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940bac0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940bac0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.105170316 +0000 UTC m=+5.814358959 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940bac0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b50380 item 5 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3ec80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3ec80): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3ec80): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3ec80): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3ec80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.109876009 +0000 UTC m=+5.819064653 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3ec80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f1c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f1c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f1c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f1c0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f1c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.109876009 +0000 UTC m=+5.819064653 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f1c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b00cb0 item 6 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f840): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f840): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f840): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f840): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f840): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.113843757 +0000 UTC m=+5.823032400 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f840): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3fd40): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3fd40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3fd40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3fd40): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3fd40): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3fd40): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3fd40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.113843757 +0000 UTC m=+5.823032400 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3fd40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e300): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e300): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e300): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e300): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e300): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.113843757 +0000 UTC m=+5.823032400 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e300): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b01c70 item 7 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e980): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e980): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e980): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e980): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e980): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.118229959 +0000 UTC m=+5.827418603 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e980): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905eec0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905eec0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905eec0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905eec0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905eec0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.118229959 +0000 UTC m=+5.827418603 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905eec0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b6a5b0 item 8 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49426180): _readAt: size=2, off=0 2026/07/01 01:17:44 ERROR : open-test-file(0x379e49426180): Couldn't read size of file 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49426180): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49426180): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49426180): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49426180): close: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49426180): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49426540): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49426540): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49426540): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49426540): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49426540): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.120799252 +0000 UTC m=+5.829987895 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49426540): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494269c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494269c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494269c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494269c0): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494269c0): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494269c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494269c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.120799252 +0000 UTC m=+5.829987895 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494269c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49426ec0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49426ec0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49426ec0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49426ec0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49426ec0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.120799252 +0000 UTC m=+5.829987895 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49426ec0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b50f50 item 9 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49427540): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49427540): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49427540): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49427540): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49427540): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.125921156 +0000 UTC m=+5.835109800 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49427540): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49427a80): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49427a80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49427a80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49427a80): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49427a80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.125921156 +0000 UTC m=+5.835109800 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49427a80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b51650 item 10 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494521c0): _readAt: size=2, off=0 2026/07/01 01:17:44 ERROR : open-test-file(0x379e494521c0): Couldn't read size of file 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494521c0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494521c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494521c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494521c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494521c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49452580): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49452580): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49452580): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49452580): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49452580): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.128756728 +0000 UTC m=+5.837945372 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49452580): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49452a80): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49452a80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49452a80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49452a80): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49452a80): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49452a80): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49452a80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.128756728 +0000 UTC m=+5.837945372 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49452a80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49452f80): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49452f80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49452f80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49452f80): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49452f80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.128756728 +0000 UTC m=+5.837945372 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49452f80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b51ab0 item 11 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905f540): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905f540): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905f540): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905f540): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905f540): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.132824322 +0000 UTC m=+5.842012967 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905f540): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905fa80): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905fa80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905fa80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905fa80): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905fa80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.132824322 +0000 UTC m=+5.842012967 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905fa80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b6ac40 item 12 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494535c0): _readAt: size=2, off=0 2026/07/01 01:17:44 ERROR : open-test-file(0x379e494535c0): Couldn't read size of file 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494535c0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494535c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494535c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494535c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494535c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49453980): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49453980): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49453980): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49453980): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49453980): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.135207777 +0000 UTC m=+5.844396420 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49453980): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4947a140): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4947a140): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4947a140): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4947a140): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4947a140): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.135207777 +0000 UTC m=+5.844396420 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4947a140): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b72700 item 13 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4947a7c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4947a7c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4947a7c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4947a7c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4947a7c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.137521069 +0000 UTC m=+5.846709713 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4947a7c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4947ad00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4947ad00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4947ad00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4947ad00): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4947ad00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.137521069 +0000 UTC m=+5.846709713 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4947ad00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b72d90 item 14 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907e1c0): _readAt: size=2, off=0 2026/07/01 01:17:44 ERROR : open-test-file(0x379e4907e1c0): Couldn't read size of file 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907e1c0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907e1c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907e1c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907e1c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907e1c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907e580): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907e580): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907e580): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907e580): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907e580): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.140141027 +0000 UTC m=+5.849329671 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907e580): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907ec40): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907ec40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907ec40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907ec40): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907ec40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.140141027 +0000 UTC m=+5.849329671 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907ec40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b6b3b0 item 15 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907f2c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907f2c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907f2c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907f2c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907f2c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.141512141 +0000 UTC m=+5.850700785 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907f2c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907f800): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907f800): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907f800): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907f800): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907f800): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.141512141 +0000 UTC m=+5.850700785 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907f800): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b6b8f0 item 16 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907fe40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907fe40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907fe40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907fe40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907fe40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.142885318 +0000 UTC m=+5.852073962 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4907fe40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952e3c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952e3c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952e3c0): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952e3c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952e3c0): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952e3c0): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952e3c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952e3c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.142885318 +0000 UTC m=+5.852073962 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952e3c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952e8c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952e8c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952e8c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952e8c0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952e8c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.142885318 +0000 UTC m=+5.852073962 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952e8c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b5e3f0 item 17 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952ef40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952ef40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952ef40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952ef40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952ef40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.14688227 +0000 UTC m=+5.856070914 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952ef40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952f480): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952f480): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952f480): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952f480): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952f480): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.14688227 +0000 UTC m=+5.856070914 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952f480): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b5ee70 item 18 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b2840): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b2840): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b2840): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b2840): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b2840): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.148460121 +0000 UTC m=+5.857648766 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b2840): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b2d40): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b2d40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b2d40): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b2d40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b2d40): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b2d40): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b2d40): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b2d40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.148460121 +0000 UTC m=+5.857648766 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b2d40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b3240): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b3240): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b3240): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b3240): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b3240): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.148460121 +0000 UTC m=+5.857648766 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b3240): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f5a000 item 19 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b38c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b38c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b38c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b38c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b38c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.152158915 +0000 UTC m=+5.861347558 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b38c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b3e00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b3e00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b3e00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b3e00): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b3e00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.152158915 +0000 UTC m=+5.861347558 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496b3e00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f5a930 item 20 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d2580): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d2580): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d2580): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d2580): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d2580): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.153609617 +0000 UTC m=+5.862798262 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d2580): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d2a80): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d2a80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d2a80): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d2a80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d2a80): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d2a80): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d2a80): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d2a80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.153609617 +0000 UTC m=+5.862798262 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d2a80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d2f80): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d2f80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d2f80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d2f80): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d2f80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.153609617 +0000 UTC m=+5.862798262 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d2f80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f5acb0 item 21 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d3600): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d3600): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d3600): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d3600): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d3600): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.155812092 +0000 UTC m=+5.865000735 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d3600): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d3b40): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d3b40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d3b40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d3b40): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d3b40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.155812092 +0000 UTC m=+5.865000735 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496d3b40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f5b180 item 22 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f22c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f22c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f22c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f22c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f22c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.158402363 +0000 UTC m=+5.867591008 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f22c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f27c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f27c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f27c0): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f27c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f27c0): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f27c0): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f27c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f27c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.158402363 +0000 UTC m=+5.867591008 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f27c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f2cc0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f2cc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f2cc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f2cc0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f2cc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.158402363 +0000 UTC m=+5.867591008 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f2cc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f5b7a0 item 23 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f3340): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f3340): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f3340): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f3340): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f3340): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.161730941 +0000 UTC m=+5.870919585 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f3340): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f3880): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f3880): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f3880): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f3880): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f3880): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.161730941 +0000 UTC m=+5.870919585 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f3880): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48e46150 item 24 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f3ec0): _readAt: size=2, off=0 2026/07/01 01:17:44 ERROR : open-test-file(0x379e496f3ec0): Couldn't read size of file 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f3ec0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f3ec0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f3ec0): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f3ec0): close: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496f3ec0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49594380): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49594380): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49594380): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49594380): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49594380): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.163672505 +0000 UTC m=+5.872861150 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49594380): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49594880): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49594880): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49594880): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49594880): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49594880): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49594880): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49594880): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49594880): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.163672505 +0000 UTC m=+5.872861150 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49594880): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49594dc0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49594dc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49594dc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49594dc0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49594dc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.163672505 +0000 UTC m=+5.872861150 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49594dc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48e46540 item 25 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49595440): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49595440): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49595440): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49595440): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49595440): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.166834471 +0000 UTC m=+5.876023115 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49595440): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952f9c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952f9c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952f9c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952f9c0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952f9c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.166834471 +0000 UTC m=+5.876023115 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4952f9c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48e46af0 item 26 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49556100): _readAt: size=2, off=0 2026/07/01 01:17:44 ERROR : open-test-file(0x379e49556100): Couldn't read size of file 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49556100): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49556100): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49556100): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49556100): close: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49556100): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495564c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495564c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495564c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495564c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495564c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.168967434 +0000 UTC m=+5.878156079 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495564c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495569c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495569c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495569c0): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495569c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495569c0): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495569c0): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495569c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495569c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.168967434 +0000 UTC m=+5.878156079 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495569c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49556f00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49556f00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49556f00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49556f00): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49556f00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.168967434 +0000 UTC m=+5.878156079 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49556f00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b5f6c0 item 27 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49557580): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49557580): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49557580): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49557580): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49557580): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.172412431 +0000 UTC m=+5.881601075 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49557580): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49557ac0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49557ac0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49557ac0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49557ac0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49557ac0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.172412431 +0000 UTC m=+5.881601075 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49557ac0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48ff42a0 item 28 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957a200): _readAt: size=2, off=0 2026/07/01 01:17:44 ERROR : open-test-file(0x379e4957a200): Couldn't read size of file 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957a200): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957a200): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957a200): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957a200): close: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957a200): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957a5c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957a5c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957a5c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957a5c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957a5c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.173913238 +0000 UTC m=+5.883101882 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957a5c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957ac80): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957ac80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957ac80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957ac80): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957ac80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.173913238 +0000 UTC m=+5.883101882 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957ac80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48ff47e0 item 29 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957b300): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957b300): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957b300): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957b300): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957b300): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.176753299 +0000 UTC m=+5.885941943 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957b300): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957b840): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957b840): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957b840): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957b840): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957b840): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.176753299 +0000 UTC m=+5.885941943 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957b840): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48ff4e70 item 30 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957be80): _readAt: size=2, off=0 2026/07/01 01:17:44 ERROR : open-test-file(0x379e4957be80): Couldn't read size of file 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957be80): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957be80): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957be80): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957be80): close: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957be80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49628340): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49628340): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49628340): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49628340): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49628340): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.179898172 +0000 UTC m=+5.889086816 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49628340): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49628a00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49628a00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49628a00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49628a00): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49628a00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.179898172 +0000 UTC m=+5.889086816 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49628a00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48ff51f0 item 31 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49629080): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49629080): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49629080): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49629080): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49629080): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.181727746 +0000 UTC m=+5.890916391 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49629080): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496295c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496295c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496295c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496295c0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496295c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.181727746 +0000 UTC m=+5.890916391 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496295c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48ff58f0 item 32 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49595a80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49595a80): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49595a80): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49595a80): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49595a80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.183132242 +0000 UTC m=+5.892320886 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49595a80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2000): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2000): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2000): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2000): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2000): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48e46d20 item 33 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2000): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2000): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.18389825 +0000 UTC m=+5.893086894 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2000): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2500): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2500): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2500): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2500): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2500): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.18389825 +0000 UTC m=+5.893086894 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2500): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48e46ee0 item 33 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2b40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2b40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2b40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2b40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2b40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.185587181 +0000 UTC m=+5.894775824 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2b40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2fc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2fc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48e47340 item 34 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2fc0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2fc0): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2fc0): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2fc0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2fc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.18758476 +0000 UTC m=+5.896773404 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b2fc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b3500): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b3500): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b3500): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b3500): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b3500): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.18758476 +0000 UTC m=+5.896773404 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b3500): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48e47500 item 34 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b3b40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b3b40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b3b40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b3b40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b3b40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.189431126 +0000 UTC m=+5.898619770 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495b3b40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495de0c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495de0c0): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495de0c0): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495de0c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495de0c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48e479d0 item 35 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495de0c0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495de0c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.190057973 +0000 UTC m=+5.899246616 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495de0c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495de5c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495de5c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495de5c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495de5c0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495de5c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.190057973 +0000 UTC m=+5.899246616 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495de5c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48e47b90 item 35 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495dec40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495dec40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495dec40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495dec40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495dec40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.191482025 +0000 UTC m=+5.900670670 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495dec40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495df140): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495df140): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48fea0e0 item 36 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495df140): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495df140): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495df140): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495df140): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495df140): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.192071532 +0000 UTC m=+5.901260176 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495df140): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495df680): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495df680): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495df680): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495df680): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495df680): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.192071532 +0000 UTC m=+5.901260176 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495df680): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48fea380 item 36 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495dfcc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495dfcc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495dfcc0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495dfcc0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495dfcc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.194253047 +0000 UTC m=+5.903441690 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495dfcc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fc240): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fc240): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fc240): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fc240): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fc240): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48fea700 item 37 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fc240): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fc240): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.194951347 +0000 UTC m=+5.904139991 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fc240): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fc740): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fc740): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fc740): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fc740): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fc740): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.194951347 +0000 UTC m=+5.904139991 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fc740): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48feaa10 item 37 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fcdc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fcdc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fcdc0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fcdc0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fcdc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.196520041 +0000 UTC m=+5.905708685 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fcdc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fd2c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fd2c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48feae00 item 38 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fd2c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fd2c0): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fd2c0): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fd2c0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fd2c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.197810694 +0000 UTC m=+5.906999338 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fd2c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965e040): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965e040): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965e040): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965e040): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965e040): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.197810694 +0000 UTC m=+5.906999338 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965e040): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48ff5b90 item 38 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965e6c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965e6c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965e6c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965e6c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965e6c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.200041011 +0000 UTC m=+5.909229655 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965e6c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965ebc0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965ebc0): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965ebc0): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965ebc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965ebc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48af4700 item 39 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965ebc0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965ebc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.200620258 +0000 UTC m=+5.909808902 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965ebc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965f0c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965f0c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965f0c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965f0c0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965f0c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.200620258 +0000 UTC m=+5.909808902 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965f0c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48af48c0 item 39 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965f740): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965f740): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965f740): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965f740): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965f740): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.202441195 +0000 UTC m=+5.911629870 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965f740): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965fc40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965fc40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48af5030 item 40 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965fc40): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965fc40): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965fc40): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965fc40): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965fc40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.203040982 +0000 UTC m=+5.912229636 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4965fc40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967c280): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967c280): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967c280): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967c280): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967c280): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.203040982 +0000 UTC m=+5.912229636 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967c280): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48af5340 item 40 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967c840): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967c840): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967c840): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967c840): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967c840): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967c840): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967c840): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.204752835 +0000 UTC m=+5.913941479 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967c840): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967cd40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967cd40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967cd40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48af59d0 item 41 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967cd40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967cd40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.205444593 +0000 UTC m=+5.914633238 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967cd40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967d200): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967d200): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967d200): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967d200): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967d200): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48af5d50 item 41 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967d200): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967d200): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.207320214 +0000 UTC m=+5.916508868 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967d200): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967d740): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967d740): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967d740): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967d740): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967d740): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.207320214 +0000 UTC m=+5.916508868 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967d740): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4876a3f0 item 41 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967dd80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967dd80): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967dd80): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967dd80): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967dd80): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967dd80): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967dd80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.211384793 +0000 UTC m=+5.920573437 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967dd80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971c380): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971c380): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971c380): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4876ab60 item 42 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971c380): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971c380): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.215269024 +0000 UTC m=+5.924457669 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971c380): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fd680): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fd680): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48feb0a0 item 42 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fd680): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fd680): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fd680): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fd680): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fd680): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.21838343 +0000 UTC m=+5.927572075 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fd680): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fdc00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fdc00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fdc00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fdc00): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fdc00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.21838343 +0000 UTC m=+5.927572075 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fdc00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48feb2d0 item 42 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971c040): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971c040): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971c040): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971c040): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971c040): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971c040): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971c040): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.22437136 +0000 UTC m=+5.933560004 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971c040): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971c580): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971c580): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971c580): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4876a4d0 item 43 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971c580): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971c580): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.228112131 +0000 UTC m=+5.937300775 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971c580): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971cac0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971cac0): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971cac0): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971cac0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971cac0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4876aa10 item 43 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971cac0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971cac0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.229860683 +0000 UTC m=+5.939049357 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971cac0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971d000): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971d000): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971d000): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971d000): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971d000): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.229860683 +0000 UTC m=+5.939049357 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971d000): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4876b960 item 43 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971d640): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971d640): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971d640): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971d640): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971d640): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971d640): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971d640): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.23179835 +0000 UTC m=+5.940986994 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971d640): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971db40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971db40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971db40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b724d0 item 44 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971db40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971db40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.23368413 +0000 UTC m=+5.942872824 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4971db40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978c480): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978c480): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b728c0 item 44 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978c480): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978c480): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978c480): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978c480): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978c480): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.234263738 +0000 UTC m=+5.943452382 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978c480): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978ca00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978ca00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978ca00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978ca00): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978ca00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.234263738 +0000 UTC m=+5.943452382 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978ca00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b72bd0 item 44 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a708c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a708c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a708c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a708c0): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a708c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a708c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a708c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.236305881 +0000 UTC m=+5.945494525 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a708c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a70f40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a70f40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a70f40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48fea150 item 45 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a70f40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a70f40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.237476568 +0000 UTC m=+5.946665213 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a70f40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a71ac0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a71ac0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a71ac0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a71ac0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a71ac0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.237476568 +0000 UTC m=+5.946665213 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a71ac0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48fea3f0 item 45 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6d5c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6d5c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6d5c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6d5c0): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6d5c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6d5c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6d5c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.240744783 +0000 UTC m=+5.949933427 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6d5c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6dd40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6dd40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6dd40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48fea7e0 item 46 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6dd40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6dd40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.241389944 +0000 UTC m=+5.950578588 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6dd40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886c700): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886c700): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886c700): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886c700): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886c700): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.241389944 +0000 UTC m=+5.950578588 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886c700): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48feaa80 item 46 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886d180): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886d180): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886d180): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886d180): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886d180): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886d180): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886d180): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.245275437 +0000 UTC m=+5.954464082 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886d180): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886d940): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886d940): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886d940): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48feaee0 item 47 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886d940): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886d940): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.245641193 +0000 UTC m=+5.954829838 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886d940): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c16f40): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c16f40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c16f40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c16f40): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c16f40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.245641193 +0000 UTC m=+5.954829838 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c16f40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48feb650 item 47 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17700): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17700): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17700): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17700): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17700): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17700): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17700): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.248290717 +0000 UTC m=+5.957479360 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17700): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17e80): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17e80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17e80): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48feb9d0 item 48 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17e80): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17e80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.248714893 +0000 UTC m=+5.957903537 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17e80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e912c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e912c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e912c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e912c0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e912c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.248714893 +0000 UTC m=+5.957903537 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e912c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48febd50 item 48 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978cec0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978cec0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978cec0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978cec0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978cec0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.250554577 +0000 UTC m=+5.959743221 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978cec0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978d340): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978d340): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978d340): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978d340): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978d340): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978d340): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b732d0 item 49 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978d340): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978d340): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.252190216 +0000 UTC m=+5.961378860 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978d340): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978d880): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978d880): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978d880): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978d880): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978d880): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.252190216 +0000 UTC m=+5.961378860 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4978d880): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b735e0 item 49 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91940): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91940): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91940): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91940): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91940): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.254489873 +0000 UTC m=+5.963678517 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91940): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91e40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91e40): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91e40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49566230 item 50 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91e40): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91e40): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91e40): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91e40): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91e40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.255342674 +0000 UTC m=+5.964531317 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91e40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493044c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493044c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493044c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493044c0): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493044c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.255342674 +0000 UTC m=+5.964531317 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493044c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e495663f0 item 50 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304b40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304b40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304b40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304b40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304b40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.257469636 +0000 UTC m=+5.966658280 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304b40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305040): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305040): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305040): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305040): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305040): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305040): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49566770 item 51 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305040): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305040): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.258644 +0000 UTC m=+5.967832645 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305040): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305600): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305600): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305600): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305600): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305600): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.258644 +0000 UTC m=+5.967832645 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305600): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49566930 item 51 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4000): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4000): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4000): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4000): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4000): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.260925252 +0000 UTC m=+5.970113906 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4000): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4580): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4580): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4580): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b73c70 item 52 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4580): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4580): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4580): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4580): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4580): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.261610438 +0000 UTC m=+5.970799082 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4580): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4b00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4b00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4b00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4b00): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4b00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.261610438 +0000 UTC m=+5.970799082 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4b00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493f40e0 item 52 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5180): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5180): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5180): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5180): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5180): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.263922338 +0000 UTC m=+5.973110982 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5180): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5680): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5680): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5680): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5680): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5680): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5680): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493f4460 item 53 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5680): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5680): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.265246203 +0000 UTC m=+5.974434847 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5680): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5bc0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5bc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5bc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5bc0): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5bc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.265246203 +0000 UTC m=+5.974434847 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5bc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493f4700 item 53 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f8340): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f8340): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f8340): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f8340): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f8340): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.267187576 +0000 UTC m=+5.976376221 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f8340): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f8840): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f8840): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f8840): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493f4cb0 item 54 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f8840): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f8840): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f8840): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f8840): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f8840): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.268374765 +0000 UTC m=+5.977563409 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f8840): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f8e00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f8e00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f8e00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f8e00): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f8e00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.268374765 +0000 UTC m=+5.977563409 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f8e00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493f4e70 item 54 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f9480): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f9480): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f9480): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f9480): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f9480): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.271370658 +0000 UTC m=+5.980559302 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f9480): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f9980): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f9980): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f9980): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f9980): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f9980): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f9980): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493f53b0 item 55 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f9980): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f9980): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.27213903 +0000 UTC m=+5.981327684 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f9980): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f9ec0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f9ec0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f9ec0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f9ec0): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f9ec0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.27213903 +0000 UTC m=+5.981327684 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495f9ec0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493f5570 item 55 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caa980): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caa980): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caa980): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caa980): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caa980): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.274732078 +0000 UTC m=+5.983920722 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caa980): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caae80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caae80): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caae80): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493f5960 item 56 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caae80): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caae80): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caae80): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caae80): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caae80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.275446539 +0000 UTC m=+5.984635183 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caae80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305d00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305d00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305d00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305d00): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305d00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.275446539 +0000 UTC m=+5.984635183 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305d00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49566cb0 item 56 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398440): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398440): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398440): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398440): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398440): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398440): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398440): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398440): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.277749832 +0000 UTC m=+5.986938486 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398440): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398980): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398980): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398980): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49567030 item 57 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398980): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398980): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.278529105 +0000 UTC m=+5.987717749 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398980): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398ec0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398ec0): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398ec0): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398ec0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398ec0): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398ec0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e495671f0 item 57 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398ec0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398ec0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.281252967 +0000 UTC m=+5.990441612 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49398ec0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399440): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399440): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399440): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399440): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399440): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.281252967 +0000 UTC m=+5.990441612 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399440): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e495673b0 item 57 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399b00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399b00): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399b00): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399b00): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399b00): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399b00): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399b00): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399b00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.283232002 +0000 UTC m=+5.992420646 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49399b00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e140): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e140): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e140): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49567730 item 58 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e140): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e140): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.284363616 +0000 UTC m=+5.993552261 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e140): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e700): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e700): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e700): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e495678f0 item 58 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e700): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e700): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e700): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e700): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e700): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.285248868 +0000 UTC m=+5.994437512 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e700): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3ecc0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3ecc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3ecc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3ecc0): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3ecc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.285248868 +0000 UTC m=+5.994437512 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3ecc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49567ab0 item 58 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f300): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f300): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f300): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f300): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f300): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f300): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f300): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f300): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.287462163 +0000 UTC m=+5.996650807 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f300): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f840): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f840): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f840): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49567e30 item 59 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f840): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f840): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.289519454 +0000 UTC m=+5.998708098 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f840): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3fd80): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3fd80): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3fd80): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3fd80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3fd80): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3fd80): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946e150 item 59 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3fd80): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3fd80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.289979779 +0000 UTC m=+5.999168423 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3fd80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fc400): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fc400): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fc400): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fc400): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fc400): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.289979779 +0000 UTC m=+5.999168423 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fc400): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946e310 item 59 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fca40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fca40): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fca40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fca40): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fca40): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fca40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fca40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fca40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.292856729 +0000 UTC m=+6.002045372 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fca40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fcf80): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fcf80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fcf80): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946e770 item 60 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fcf80): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fcf80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.293520855 +0000 UTC m=+6.002709499 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495fcf80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6140): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6140): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6140): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946e930 item 60 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6140): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6140): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6140): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6140): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6140): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.295416934 +0000 UTC m=+6.004605578 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6140): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6700): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6700): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6700): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6700): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6700): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.295416934 +0000 UTC m=+6.004605578 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6700): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946ec40 item 60 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cab600): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cab600): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cab600): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cab600): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cab600): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cab600): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cab600): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cab600): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.297559736 +0000 UTC m=+6.006748380 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cab600): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cabb40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cabb40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cabb40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493f5ce0 item 61 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cabb40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cabb40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.298499941 +0000 UTC m=+6.007688586 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cabb40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2a340): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2a340): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2a340): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2a340): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2a340): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.298499941 +0000 UTC m=+6.007688586 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2a340): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4963c000 item 61 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2a980): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2a980): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2a980): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2a980): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2a980): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2a980): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2a980): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2a980): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.301468232 +0000 UTC m=+6.010656877 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2a980): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2aec0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2aec0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2aec0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4963c3f0 item 62 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2aec0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2aec0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.301990683 +0000 UTC m=+6.011179328 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2aec0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2b5c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2b5c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2b5c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2b5c0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2b5c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.301990683 +0000 UTC m=+6.011179328 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2b5c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4963c5b0 item 62 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2bc00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2bc00): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2bc00): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2bc00): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2bc00): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2bc00): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2bc00): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2bc00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.304400026 +0000 UTC m=+6.013588670 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d2bc00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d58240): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d58240): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d58240): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4963c930 item 63 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d58240): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d58240): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.306637014 +0000 UTC m=+6.015825659 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d58240): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d58940): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d58940): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d58940): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d58940): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d58940): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.306637014 +0000 UTC m=+6.015825659 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d58940): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4963caf0 item 63 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d58f80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d58f80): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d58f80): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d58f80): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d58f80): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d58f80): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d58f80): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d58f80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.308810875 +0000 UTC m=+6.017999518 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d58f80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d594c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d594c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d594c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4963ce70 item 64 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d594c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d594c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.310071241 +0000 UTC m=+6.019259884 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d594c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d59bc0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d59bc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d59bc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d59bc0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d59bc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.310071241 +0000 UTC m=+6.019259884 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d59bc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4963d030 item 64 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db0300): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db0300): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db0300): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db0300): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db0300): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.311855079 +0000 UTC m=+6.021043723 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db0300): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db0780): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db0780): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db0780): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db0780): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db0780): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4963d3b0 item 65 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db0780): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db0780): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.313186969 +0000 UTC m=+6.022375613 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db0780): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db0c80): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db0c80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db0c80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db0c80): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db0c80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.313186969 +0000 UTC m=+6.022375613 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db0c80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4963d570 item 65 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db12c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db12c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db12c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db12c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db12c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.314301832 +0000 UTC m=+6.023490476 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db12c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db1740): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db1740): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4963d960 item 66 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db1740): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db1740): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db1740): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db1740): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db1740): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.315823828 +0000 UTC m=+6.025012503 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db1740): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db1c80): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db1c80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db1c80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db1c80): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db1c80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.315823828 +0000 UTC m=+6.025012503 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48db1c80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4963db20 item 66 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd23c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd23c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd23c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd23c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd23c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.317848499 +0000 UTC m=+6.027037143 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd23c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd2840): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd2840): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd2840): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd2840): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd2840): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49374000 item 67 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd2840): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd2840): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.318639994 +0000 UTC m=+6.027828638 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd2840): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd2d40): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd2d40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd2d40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd2d40): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd2d40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.318639994 +0000 UTC m=+6.027828638 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd2d40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493741c0 item 67 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd33c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd33c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd33c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd33c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd33c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.32199432 +0000 UTC m=+6.031182964 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd33c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6b40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6b40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946ed90 item 68 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6b40): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6b40): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6b40): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6b40): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6b40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.322582554 +0000 UTC m=+6.031771198 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d6b40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d7080): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d7080): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d7080): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d7080): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d7080): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.322582554 +0000 UTC m=+6.031771198 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d7080): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946ef50 item 68 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd3800): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd3800): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd3800): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd3800): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd3800): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.324701812 +0000 UTC m=+6.033890456 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd3800): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd3c80): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd3c80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd3c80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd3c80): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd3c80): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493748c0 item 69 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd3c80): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd3c80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.325201521 +0000 UTC m=+6.034390164 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dd3c80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df6280): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df6280): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df6280): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df6280): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df6280): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.325201521 +0000 UTC m=+6.034390164 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df6280): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49374af0 item 69 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df6900): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df6900): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df6900): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df6900): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df6900): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.327921285 +0000 UTC m=+6.037109929 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df6900): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df6e00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df6e00): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49375030 item 70 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df6e00): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df6e00): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df6e00): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df6e00): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df6e00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.328821075 +0000 UTC m=+6.038009719 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df6e00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df7340): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df7340): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df7340): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df7340): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df7340): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.328821075 +0000 UTC m=+6.038009719 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df7340): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493751f0 item 70 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df79c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df79c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df79c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df79c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df79c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.331182667 +0000 UTC m=+6.040371331 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df79c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df7ec0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df7ec0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df7ec0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df7ec0): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df7ec0): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49375570 item 71 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df7ec0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df7ec0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.335267395 +0000 UTC m=+6.044456039 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48df7ec0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2a4c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2a4c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2a4c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2a4c0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2a4c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.335267395 +0000 UTC m=+6.044456039 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2a4c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49375730 item 71 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d77c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d77c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d77c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d77c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d77c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.340356476 +0000 UTC m=+6.049545121 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d77c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d7cc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d7cc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946f2d0 item 72 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d7cc0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d7cc0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d7cc0): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d7cc0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d7cc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.341595673 +0000 UTC m=+6.050784367 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493d7cc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493ea300): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493ea300): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493ea300): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493ea300): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493ea300): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.341595673 +0000 UTC m=+6.050784367 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493ea300): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946f490 item 72 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493ea8c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493ea8c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493ea8c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493ea8c0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493ea8c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493ea8c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493ea8c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.343200195 +0000 UTC m=+6.052388839 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493ea8c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493eadc0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493eadc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493eadc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946f810 item 73 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493eadc0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493eadc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.344599822 +0000 UTC m=+6.053788466 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493eadc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493eb280): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493eb280): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493eb280): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493eb280): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493eb280): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946fa40 item 73 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493eb280): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493eb280): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.34515289 +0000 UTC m=+6.054341533 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493eb280): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493eb7c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493eb7c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493eb7c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493eb7c0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493eb7c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.34515289 +0000 UTC m=+6.054341533 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493eb7c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946fc00 item 73 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493ebe00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493ebe00): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493ebe00): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493ebe00): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493ebe00): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493ebe00): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493ebe00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.347173653 +0000 UTC m=+6.056362298 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493ebe00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea0400): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea0400): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea0400): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493320e0 item 74 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea0400): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea0400): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.348002338 +0000 UTC m=+6.057190983 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea0400): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea0940): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea0940): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49332310 item 74 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea0940): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea0940): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea0940): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea0940): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea0940): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.350971862 +0000 UTC m=+6.060160516 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea0940): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea0ec0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea0ec0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea0ec0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea0ec0): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea0ec0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.350971862 +0000 UTC m=+6.060160516 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea0ec0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493324d0 item 74 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea1500): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea1500): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea1500): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea1500): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea1500): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea1500): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea1500): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.352271211 +0000 UTC m=+6.061459855 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea1500): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea1a00): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea1a00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea1a00): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49332850 item 75 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea1a00): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea1a00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.353423794 +0000 UTC m=+6.062612439 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ea1a00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f28040): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f28040): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f28040): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f28040): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f28040): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49332a10 item 75 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f28040): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f28040): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.353967325 +0000 UTC m=+6.063156019 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f28040): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f28580): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f28580): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f28580): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f28580): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f28580): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.353967325 +0000 UTC m=+6.063156019 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f28580): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49332bd0 item 75 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f28bc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f28bc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f28bc0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f28bc0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f28bc0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f28bc0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f28bc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.356115256 +0000 UTC m=+6.065303900 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f28bc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f290c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f290c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f290c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49333110 item 76 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f290c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f290c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.356481494 +0000 UTC m=+6.065670138 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f290c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f29600): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f29600): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493332d0 item 76 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f29600): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f29600): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f29600): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f29600): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f29600): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.357272118 +0000 UTC m=+6.066460762 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f29600): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f29b80): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f29b80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f29b80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f29b80): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f29b80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.357272118 +0000 UTC m=+6.066460762 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f29b80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49333490 item 76 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f642c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f642c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f642c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f642c0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f642c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f642c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f642c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.359417735 +0000 UTC m=+6.068606379 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f642c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f647c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f647c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f647c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49333880 item 77 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f647c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f647c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.3598515 +0000 UTC m=+6.069040144 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f647c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f64ec0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f64ec0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f64ec0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f64ec0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f64ec0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.3598515 +0000 UTC m=+6.069040144 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f64ec0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49333a40 item 77 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f65500): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f65500): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f65500): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f65500): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f65500): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f65500): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f65500): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.362212792 +0000 UTC m=+6.071401435 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f65500): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f65a00): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f65a00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f65a00): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49333dc0 item 78 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f65a00): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f65a00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.36271257 +0000 UTC m=+6.071901213 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f65a00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb6200): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb6200): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb6200): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb6200): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb6200): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.36271257 +0000 UTC m=+6.071901213 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb6200): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4939a460 item 78 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb6840): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb6840): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb6840): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb6840): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb6840): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb6840): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb6840): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.364747269 +0000 UTC m=+6.073935912 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb6840): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb6d40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb6d40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb6d40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4939a930 item 79 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb6d40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb6d40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.36545126 +0000 UTC m=+6.074639904 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb6d40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2acc0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2acc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2acc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2acc0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2acc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.36545126 +0000 UTC m=+6.074639904 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2acc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493759d0 item 79 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2b300): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2b300): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2b300): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2b300): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2b300): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2b300): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2b300): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.367913963 +0000 UTC m=+6.077102607 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2b300): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2b800): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2b800): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2b800): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e490043f0 item 80 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2b800): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2b800): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.368464176 +0000 UTC m=+6.077652820 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e2b800): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e74000): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e74000): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e74000): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e74000): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e74000): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.368464176 +0000 UTC m=+6.077652820 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e74000): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e490045b0 item 80 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e74640): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e74640): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e74640): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e74640): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e74640): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.37040047 +0000 UTC m=+6.079589114 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e74640): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e74ac0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e74ac0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e74ac0): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e74ac0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e74ac0): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e74ac0): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49004930 item 81 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e74ac0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e74ac0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.371128507 +0000 UTC m=+6.080317151 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e74ac0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e75000): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e75000): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e75000): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e75000): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e75000): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.371128507 +0000 UTC m=+6.080317151 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e75000): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49004fc0 item 81 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e75680): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e75680): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e75680): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e75680): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e75680): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.372956828 +0000 UTC m=+6.082145473 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e75680): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e75b80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e75b80): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e75b80): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49005340 item 82 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e75b80): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e75b80): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e75b80): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e75b80): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e75b80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.374010897 +0000 UTC m=+6.083199540 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e75b80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49018200): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49018200): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49018200): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49018200): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49018200): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.374010897 +0000 UTC m=+6.083199540 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49018200): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49005500 item 82 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49018880): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49018880): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49018880): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49018880): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49018880): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.375707081 +0000 UTC m=+6.084895725 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49018880): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49018d80): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49018d80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49018d80): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49018d80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49018d80): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49018d80): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49005880 item 83 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49018d80): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49018d80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.376227308 +0000 UTC m=+6.085415952 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49018d80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490192c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490192c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490192c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490192c0): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490192c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.376227308 +0000 UTC m=+6.085415952 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490192c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49005b90 item 83 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49019940): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49019940): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49019940): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49019940): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49019940): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.378214167 +0000 UTC m=+6.087402811 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49019940): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49019e40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49019e40): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49019e40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f7c1c0 item 84 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49019e40): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49019e40): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49019e40): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49019e40): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49019e40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.378685432 +0000 UTC m=+6.087874076 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49019e40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490324c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490324c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490324c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490324c0): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490324c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.378685432 +0000 UTC m=+6.087874076 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490324c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f7c460 item 84 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49032b40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49032b40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49032b40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49032b40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49032b40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.380603501 +0000 UTC m=+6.089792145 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49032b40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49033040): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49033040): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49033040): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49033040): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49033040): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49033040): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f7c9a0 item 85 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49033040): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49033040): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.38110892 +0000 UTC m=+6.090297564 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49033040): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49033580): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49033580): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49033580): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49033580): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49033580): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.38110892 +0000 UTC m=+6.090297564 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49033580): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f7cb60 item 85 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49033c00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49033c00): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49033c00): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49033c00): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49033c00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.383273573 +0000 UTC m=+6.092462217 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49033c00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49058200): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49058200): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49058200): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f7d030 item 86 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49058200): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49058200): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49058200): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49058200): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49058200): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.38396953 +0000 UTC m=+6.093158174 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49058200): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49058780): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49058780): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49058780): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49058780): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49058780): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.38396953 +0000 UTC m=+6.093158174 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49058780): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f7d2d0 item 86 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49058e00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49058e00): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49058e00): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49058e00): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49058e00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.385399074 +0000 UTC m=+6.094587717 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49058e00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49059300): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49059300): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49059300): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49059300): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49059300): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49059300): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f7d650 item 87 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49059300): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49059300): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.385777603 +0000 UTC m=+6.094966247 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49059300): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49059840): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49059840): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49059840): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49059840): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49059840): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.385777603 +0000 UTC m=+6.094966247 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49059840): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f7d810 item 87 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49059ec0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49059ec0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49059ec0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49059ec0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49059ec0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.387159137 +0000 UTC m=+6.096347780 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49059ec0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490764c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490764c0): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490764c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f7db90 item 88 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490764c0): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490764c0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490764c0): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490764c0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490764c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.387600144 +0000 UTC m=+6.096788789 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490764c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49076a40): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49076a40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49076a40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49076a40): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49076a40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.387600144 +0000 UTC m=+6.096788789 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49076a40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f7dd50 item 88 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49077080): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49077080): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49077080): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49077080): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49077080): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49077080): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49077080): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49077080): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.390550393 +0000 UTC m=+6.099739037 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49077080): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490775c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490775c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490775c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e494c6230 item 89 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490775c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490775c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.391032086 +0000 UTC m=+6.100220730 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490775c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49077b00): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49077b00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49077b00): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49077b00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49077b00): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49077b00): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e494c63f0 item 89 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49077b00): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49077b00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.391713465 +0000 UTC m=+6.100902109 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49077b00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a2180): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a2180): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a2180): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a2180): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a2180): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.391713465 +0000 UTC m=+6.100902109 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a2180): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e494c65b0 item 89 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a27c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a27c0): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a27c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a27c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a27c0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a27c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a27c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a27c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.392954094 +0000 UTC m=+6.102142738 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a27c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb7200): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb7200): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb7200): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4939aaf0 item 90 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb7200): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb7200): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.393415851 +0000 UTC m=+6.102604495 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb7200): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb7740): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb7740): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb7740): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4939acb0 item 90 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb7740): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb7740): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb7740): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb7740): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb7740): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.393876145 +0000 UTC m=+6.103064789 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb7740): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb7d00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb7d00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb7d00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb7d00): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb7d00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.393876145 +0000 UTC m=+6.103064789 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fb7d00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4939aee0 item 90 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffc440): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffc440): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffc440): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffc440): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffc440): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffc440): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffc440): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffc440): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.395201874 +0000 UTC m=+6.104390517 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffc440): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffc980): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffc980): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffc980): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4939b340 item 91 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffc980): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffc980): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.396506773 +0000 UTC m=+6.105695417 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffc980): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffcec0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffcec0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffcec0): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffcec0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffcec0): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffcec0): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4939b730 item 91 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffcec0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffcec0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.396940336 +0000 UTC m=+6.106128980 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffcec0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffd440): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffd440): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffd440): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffd440): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffd440): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.396940336 +0000 UTC m=+6.106128980 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffd440): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4939bab0 item 91 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffda80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffda80): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffda80): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffda80): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffda80): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffda80): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffda80): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffda80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.398234486 +0000 UTC m=+6.107423129 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48ffda80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493300c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493300c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493300c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b58230 item 92 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493300c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493300c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.398707173 +0000 UTC m=+6.107895827 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493300c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49330600): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49330600): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49330600): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b58930 item 92 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49330600): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49330600): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49330600): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49330600): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49330600): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.399201351 +0000 UTC m=+6.108389995 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49330600): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49330bc0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49330bc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49330bc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49330bc0): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49330bc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.399201351 +0000 UTC m=+6.108389995 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49330bc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b58bd0 item 92 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49331200): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49331200): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49331200): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49331200): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49331200): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49331200): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49331200): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49331200): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.400845095 +0000 UTC m=+6.110033739 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49331200): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49331740): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49331740): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49331740): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b59030 item 93 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49331740): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49331740): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.402059976 +0000 UTC m=+6.111248620 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49331740): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49331e40): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49331e40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49331e40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49331e40): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49331e40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.402059976 +0000 UTC m=+6.111248620 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49331e40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b59260 item 93 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49364580): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49364580): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49364580): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49364580): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49364580): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49364580): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49364580): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49364580): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.403398468 +0000 UTC m=+6.112587113 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49364580): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49364ac0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49364ac0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49364ac0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b59650 item 94 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49364ac0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49364ac0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.403839787 +0000 UTC m=+6.113028431 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49364ac0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493651c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493651c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493651c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493651c0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493651c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.403839787 +0000 UTC m=+6.113028431 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e493651c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b59880 item 94 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49365800): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49365800): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49365800): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49365800): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49365800): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49365800): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49365800): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49365800): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.406301398 +0000 UTC m=+6.115490042 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49365800): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49365d40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49365d40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49365d40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b59d50 item 95 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49365d40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49365d40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.40671888 +0000 UTC m=+6.115907525 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49365d40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940c540): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940c540): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940c540): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940c540): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940c540): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.40671888 +0000 UTC m=+6.115907525 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940c540): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b02770 item 95 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940cb80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940cb80): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940cb80): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940cb80): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940cb80): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940cb80): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940cb80): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940cb80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.408541652 +0000 UTC m=+6.117730297 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940cb80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d0c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d0c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d0c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b03180 item 96 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d0c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d0c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.408968694 +0000 UTC m=+6.118157338 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d0c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d7c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d7c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d7c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d7c0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d7c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.408968694 +0000 UTC m=+6.118157338 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d7c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b03570 item 96 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= 2026/07/01 01:17:44 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:44 DEBUG : Looking for writers 2026/07/01 01:17:44 DEBUG : >WaitForWriters: 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:44 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/07/01 01:17:44 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972c1c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972c1c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972c1c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972c1c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972c1c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.422031292 +0000 UTC m=+6.131219936 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972c1c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972c640): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972c640): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972c640): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972c640): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972c640): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972c640): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972c640): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.422031292 +0000 UTC m=+6.131219936 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972c640): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972cb00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972cb00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972cb00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972cb00): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972cb00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.422031292 +0000 UTC m=+6.131219936 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972cb00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48eac2a0 item 1 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972d140): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972d140): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972d140): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972d140): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972d140): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.424191437 +0000 UTC m=+6.133380082 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972d140): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972d640): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972d640): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972d640): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972d640): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972d640): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.424191437 +0000 UTC m=+6.133380082 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972d640): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48ead1f0 item 2 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972dc80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972dc80): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972dc80): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972dc80): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972dc80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.425533247 +0000 UTC m=+6.134721890 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4972dc80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49758200): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49758200): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49758200): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49758200): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49758200): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49758200): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49758200): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.425533247 +0000 UTC m=+6.134721890 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49758200): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e497586c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e497586c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e497586c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e497586c0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e497586c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.425533247 +0000 UTC m=+6.134721890 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e497586c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48ead650 item 3 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49758d40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49758d40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49758d40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49758d40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49758d40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.427550242 +0000 UTC m=+6.136738887 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49758d40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49759280): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49759280): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49759280): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49759280): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49759280): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.427550242 +0000 UTC m=+6.136738887 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49759280): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48eadb20 item 4 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e497598c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e497598c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e497598c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e497598c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e497598c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.429817858 +0000 UTC m=+6.139006502 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e497598c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49759d40): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49759d40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49759d40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49759d40): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49759d40): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49759d40): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49759d40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.429817858 +0000 UTC m=+6.139006502 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49759d40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49772300): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49772300): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49772300): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49772300): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49772300): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.429817858 +0000 UTC m=+6.139006502 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49772300): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48fa8000 item 5 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49772980): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49772980): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49772980): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49772980): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49772980): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.433000492 +0000 UTC m=+6.142189136 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49772980): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49772ec0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49772ec0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49772ec0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49772ec0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49772ec0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.433000492 +0000 UTC m=+6.142189136 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49772ec0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48fa84d0 item 6 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3140): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3140): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3140): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3140): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3140): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.434950042 +0000 UTC m=+6.144138685 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3140): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3640): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3640): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3640): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3640): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3640): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3640): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3640): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.434950042 +0000 UTC m=+6.144138685 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3640): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3b00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3b00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3b00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3b00): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3b00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.434950042 +0000 UTC m=+6.144138685 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3b00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48ab2e70 item 7 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959a280): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959a280): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959a280): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959a280): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959a280): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.437708689 +0000 UTC m=+6.146897333 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959a280): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959a7c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959a7c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959a7c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959a7c0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959a7c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.437708689 +0000 UTC m=+6.146897333 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959a7c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48fcac40 item 8 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959ad80): _readAt: size=2, off=0 2026/07/01 01:17:44 ERROR : open-test-file(0x379e4959ad80): Couldn't read size of file 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959ad80): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959ad80): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959ad80): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959ad80): close: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959ad80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959b140): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959b140): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959b140): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959b140): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959b140): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.442311489 +0000 UTC m=+6.151500133 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959b140): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959b5c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959b5c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959b5c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959b5c0): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959b5c0): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959b5c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959b5c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.442311489 +0000 UTC m=+6.151500133 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959b5c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959bac0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959bac0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959bac0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959bac0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959bac0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.442311489 +0000 UTC m=+6.151500133 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4959bac0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48fcb030 item 9 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495ba240): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495ba240): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495ba240): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495ba240): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495ba240): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.447566463 +0000 UTC m=+6.156755107 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495ba240): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495ba780): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495ba780): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495ba780): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495ba780): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495ba780): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.447566463 +0000 UTC m=+6.156755107 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495ba780): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48fcb5e0 item 10 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495badc0): _readAt: size=2, off=0 2026/07/01 01:17:44 ERROR : open-test-file(0x379e495badc0): Couldn't read size of file 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495badc0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495badc0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495badc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495badc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495badc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495bb180): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495bb180): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495bb180): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495bb180): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495bb180): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.449576205 +0000 UTC m=+6.158764849 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495bb180): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495bb680): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495bb680): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495bb680): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495bb680): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495bb680): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495bb680): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495bb680): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.449576205 +0000 UTC m=+6.158764849 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495bb680): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495bbb80): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495bbb80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495bbb80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495bbb80): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495bbb80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.449576205 +0000 UTC m=+6.158764849 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495bbb80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48fcb960 item 11 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e8300): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e8300): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e8300): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e8300): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e8300): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.45392586 +0000 UTC m=+6.163114504 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e8300): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e8840): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e8840): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e8840): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e8840): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e8840): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.45392586 +0000 UTC m=+6.163114504 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e8840): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48fcbe30 item 12 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49773500): _readAt: size=2, off=0 2026/07/01 01:17:44 ERROR : open-test-file(0x379e49773500): Couldn't read size of file 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49773500): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49773500): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49773500): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49773500): close: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49773500): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e497738c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e497738c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e497738c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e497738c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e497738c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.457601309 +0000 UTC m=+6.166789983 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e497738c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49528080): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49528080): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49528080): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49528080): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49528080): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.457601309 +0000 UTC m=+6.166789983 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49528080): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48fa8850 item 13 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49528700): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49528700): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49528700): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49528700): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49528700): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.460905772 +0000 UTC m=+6.170094436 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49528700): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49528c40): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49528c40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49528c40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49528c40): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49528c40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.460905772 +0000 UTC m=+6.170094436 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49528c40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48fa8cb0 item 14 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e8e80): _readAt: size=2, off=0 2026/07/01 01:17:44 ERROR : open-test-file(0x379e495e8e80): Couldn't read size of file 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e8e80): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e8e80): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e8e80): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e8e80): close: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e8e80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e9240): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e9240): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e9240): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e9240): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e9240): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.463532762 +0000 UTC m=+6.172721456 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e9240): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e9900): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e9900): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e9900): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e9900): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e9900): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.463532762 +0000 UTC m=+6.172721456 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495e9900): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4950a150 item 15 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49612080): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49612080): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49612080): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49612080): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49612080): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.465768188 +0000 UTC m=+6.174956832 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49612080): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496125c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496125c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496125c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496125c0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496125c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.465768188 +0000 UTC m=+6.174956832 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496125c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4950a4d0 item 16 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49612c00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49612c00): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49612c00): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49612c00): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49612c00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.46921638 +0000 UTC m=+6.178405024 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49612c00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49613080): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49613080): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49613080): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49613080): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49613080): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49613080): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49613080): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49613080): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.46921638 +0000 UTC m=+6.178405024 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49613080): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49613580): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49613580): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49613580): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49613580): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49613580): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.46921638 +0000 UTC m=+6.178405024 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49613580): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4950a850 item 17 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49613c00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49613c00): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49613c00): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49613c00): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49613c00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.472379518 +0000 UTC m=+6.181568172 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49613c00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49650240): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49650240): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49650240): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49650240): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49650240): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.472379518 +0000 UTC m=+6.181568172 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49650240): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4950af50 item 18 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496508c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496508c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496508c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496508c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496508c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.47568941 +0000 UTC m=+6.184878055 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496508c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49650dc0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49650dc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49650dc0): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49650dc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49650dc0): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49650dc0): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49650dc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49650dc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.47568941 +0000 UTC m=+6.184878055 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49650dc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49529240): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49529240): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49529240): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49529240): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49529240): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.47568941 +0000 UTC m=+6.184878055 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49529240): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4950b2d0 item 19 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495298c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495298c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495298c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495298c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495298c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.481764283 +0000 UTC m=+6.190952927 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e495298c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49529e00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49529e00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49529e00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49529e00): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49529e00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.481764283 +0000 UTC m=+6.190952927 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49529e00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48fa95e0 item 20 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954c580): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954c580): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954c580): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954c580): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954c580): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.483026021 +0000 UTC m=+6.192214666 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954c580): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954ca80): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954ca80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954ca80): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954ca80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954ca80): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954ca80): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954ca80): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954ca80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.483026021 +0000 UTC m=+6.192214666 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954ca80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954cf80): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954cf80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954cf80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954cf80): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954cf80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.483026021 +0000 UTC m=+6.192214666 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954cf80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48fa9960 item 21 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954d600): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954d600): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954d600): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954d600): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954d600): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.485356766 +0000 UTC m=+6.194545411 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954d600): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954db40): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954db40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954db40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954db40): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954db40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.485356766 +0000 UTC m=+6.194545411 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4954db40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48812070 item 22 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957c2c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957c2c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957c2c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957c2c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957c2c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.488367016 +0000 UTC m=+6.197555660 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957c2c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957c7c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957c7c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957c7c0): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957c7c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957c7c0): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957c7c0): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957c7c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957c7c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.488367016 +0000 UTC m=+6.197555660 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957c7c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957ccc0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957ccc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957ccc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957ccc0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957ccc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.488367016 +0000 UTC m=+6.197555660 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957ccc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48812fc0 item 23 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49651340): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49651340): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49651340): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49651340): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49651340): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.491414156 +0000 UTC m=+6.200602801 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49651340): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49651880): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49651880): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49651880): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49651880): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49651880): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.491414156 +0000 UTC m=+6.200602801 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49651880): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4950b5e0 item 24 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49651ec0): _readAt: size=2, off=0 2026/07/01 01:17:44 ERROR : open-test-file(0x379e49651ec0): Couldn't read size of file 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49651ec0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49651ec0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49651ec0): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49651ec0): close: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49651ec0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967e380): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967e380): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967e380): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967e380): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967e380): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.493492187 +0000 UTC m=+6.202680831 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967e380): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967e880): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967e880): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967e880): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967e880): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967e880): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967e880): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967e880): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967e880): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.493492187 +0000 UTC m=+6.202680831 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967e880): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967edc0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967edc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967edc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967edc0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967edc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.493492187 +0000 UTC m=+6.202680831 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967edc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4950b960 item 25 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967f440): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967f440): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967f440): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967f440): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967f440): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.498254375 +0000 UTC m=+6.207443019 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967f440): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967f980): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967f980): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967f980): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967f980): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967f980): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.498254375 +0000 UTC m=+6.207443019 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4967f980): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48daa000 item 26 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979a0c0): _readAt: size=2, off=0 2026/07/01 01:17:44 ERROR : open-test-file(0x379e4979a0c0): Couldn't read size of file 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979a0c0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979a0c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979a0c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979a0c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979a0c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979a480): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979a480): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979a480): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979a480): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979a480): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.500501383 +0000 UTC m=+6.209690028 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979a480): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979a980): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979a980): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979a980): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979a980): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979a980): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979a980): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979a980): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979a980): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.500501383 +0000 UTC m=+6.209690028 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979a980): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979aec0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979aec0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979aec0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979aec0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979aec0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.500501383 +0000 UTC m=+6.209690028 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4979aec0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48dabc70 item 27 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957d600): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957d600): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957d600): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957d600): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957d600): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.505056314 +0000 UTC m=+6.214244957 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957d600): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957db40): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957db40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957db40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957db40): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957db40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.505056314 +0000 UTC m=+6.214244957 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4957db40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b08cb0 item 28 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ac280): _readAt: size=2, off=0 2026/07/01 01:17:44 ERROR : open-test-file(0x379e496ac280): Couldn't read size of file 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ac280): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ac280): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ac280): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ac280): close: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ac280): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ac640): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ac640): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ac640): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ac640): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ac640): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.507657015 +0000 UTC m=+6.216845659 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ac640): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496acd00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496acd00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496acd00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496acd00): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496acd00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.507657015 +0000 UTC m=+6.216845659 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496acd00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b09880 item 29 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ad380): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ad380): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ad380): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ad380): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ad380): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.510516522 +0000 UTC m=+6.219705166 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ad380): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ad8c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ad8c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ad8c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ad8c0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ad8c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.510516522 +0000 UTC m=+6.219705166 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ad8c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b009a0 item 30 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ce000): _readAt: size=2, off=0 2026/07/01 01:17:44 ERROR : open-test-file(0x379e496ce000): Couldn't read size of file 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ce000): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ce000): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ce000): >_writeAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ce000): close: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ce000): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ce3c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ce3c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ce3c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ce3c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ce3c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.513063192 +0000 UTC m=+6.222251837 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ce3c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cea80): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cea80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cea80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cea80): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cea80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.513063192 +0000 UTC m=+6.222251837 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cea80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b01650 item 31 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cf100): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cf100): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cf100): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cf100): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cf100): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.516208115 +0000 UTC m=+6.225396760 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cf100): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cf640): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cf640): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cf640): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cf640): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cf640): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.516208115 +0000 UTC m=+6.225396760 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cf640): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b01e30 item 32 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cfc80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cfc80): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cfc80): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cfc80): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cfc80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.517813358 +0000 UTC m=+6.227002002 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496cfc80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ee200): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ee200): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ee200): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ee200): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ee200): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b50620 item 33 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ee200): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ee200): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.518378359 +0000 UTC m=+6.227567003 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ee200): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ee700): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ee700): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ee700): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ee700): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ee700): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.518378359 +0000 UTC m=+6.227567003 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ee700): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b50c40 item 33 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496eed40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496eed40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496eed40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496eed40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496eed40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.519742549 +0000 UTC m=+6.228931193 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496eed40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ef1c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ef1c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b512d0 item 34 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ef1c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ef1c0): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ef1c0): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ef1c0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ef1c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.520427485 +0000 UTC m=+6.229616129 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ef1c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ef700): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ef700): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ef700): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ef700): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ef700): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.520427485 +0000 UTC m=+6.229616129 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496ef700): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b51500 item 34 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496efd40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496efd40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496efd40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496efd40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496efd40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.523991716 +0000 UTC m=+6.233180360 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e496efd40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498122c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498122c0): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498122c0): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498122c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498122c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b519d0 item 35 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498122c0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498122c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.524523223 +0000 UTC m=+6.233711877 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498122c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498127c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498127c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498127c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498127c0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498127c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.524523223 +0000 UTC m=+6.233711877 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498127c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b51c00 item 35 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49812e40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49812e40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49812e40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49812e40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49812e40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.530844038 +0000 UTC m=+6.240032681 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49812e40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49813340): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49813340): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b6a540 item 36 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49813340): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49813340): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49813340): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49813340): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49813340): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.531823306 +0000 UTC m=+6.241011950 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49813340): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49813880): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49813880): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49813880): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49813880): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49813880): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.531823306 +0000 UTC m=+6.241011950 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49813880): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b6a8c0 item 36 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49813ec0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49813ec0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49813ec0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49813ec0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49813ec0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.535785383 +0000 UTC m=+6.244974027 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49813ec0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982e440): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982e440): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982e440): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982e440): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982e440): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b6ae00 item 37 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982e440): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982e440): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.550486187 +0000 UTC m=+6.259674830 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982e440): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982e200): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982e200): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982e200): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982e200): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982e200): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.550486187 +0000 UTC m=+6.259674830 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982e200): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4909e230 item 37 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982e8c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982e8c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982e8c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982e8c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982e8c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.555337722 +0000 UTC m=+6.264526366 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982e8c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a70740): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a70740): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b6a1c0 item 38 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a70740): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a70740): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a70740): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a70740): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a70740): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.556268861 +0000 UTC m=+6.265457515 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a70740): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a70ec0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a70ec0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a70ec0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a70ec0): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a70ec0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.556268861 +0000 UTC m=+6.265457515 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a70ec0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b6a4d0 item 38 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a719c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a719c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a719c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a719c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a719c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.558784523 +0000 UTC m=+6.267973167 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48a719c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6c980): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6c980): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6c980): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6c980): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6c980): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b6aa80 item 39 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6c980): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6c980): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.564042482 +0000 UTC m=+6.273231127 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6c980): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6da40): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6da40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6da40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6da40): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6da40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.564042482 +0000 UTC m=+6.273231127 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48b6da40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b6ad90 item 39 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886c2c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886c2c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886c2c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886c2c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886c2c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.566468084 +0000 UTC m=+6.275656729 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886c2c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886c940): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886c940): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b6b6c0 item 40 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886c940): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886c940): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886c940): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886c940): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886c940): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.567522735 +0000 UTC m=+6.276711379 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886c940): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886d2c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886d2c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886d2c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886d2c0): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886d2c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.567522735 +0000 UTC m=+6.276711379 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886d2c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b6b8f0 item 40 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886dcc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886dcc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886dcc0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886dcc0): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886dcc0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886dcc0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886dcc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.570378073 +0000 UTC m=+6.279566718 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4886dcc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c16f40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c16f40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c16f40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b6be30 item 41 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c16f40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c16f40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.573506557 +0000 UTC m=+6.282695200 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c16f40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17580): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17580): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17580): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17580): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17580): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4876a4d0 item 41 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17580): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17580): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.573940681 +0000 UTC m=+6.283129325 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17580): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17ac0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17ac0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17ac0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17ac0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17ac0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.573940681 +0000 UTC m=+6.283129325 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48c17ac0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4876aa10 item 41 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91080): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91080): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91080): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91080): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91080): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91080): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91080): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.576450241 +0000 UTC m=+6.285638885 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91080): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4200): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4200): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4200): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48fea070 item 42 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4200): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4200): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.577345552 +0000 UTC m=+6.286534196 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4200): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc47c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc47c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48fea310 item 42 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc47c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc47c0): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc47c0): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc47c0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc47c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.578931639 +0000 UTC m=+6.288120283 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc47c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4d40): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4d40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4d40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4d40): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4d40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.578931639 +0000 UTC m=+6.288120283 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc4d40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48fea4d0 item 42 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5380): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5380): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5380): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5380): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5380): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5380): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5380): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.583585404 +0000 UTC m=+6.292774049 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5380): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5880): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5880): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5880): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48fea9a0 item 43 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5880): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5880): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.583975757 +0000 UTC m=+6.293164401 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5880): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5dc0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5dc0): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5dc0): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5dc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5dc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48feab60 item 43 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5dc0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5dc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.586233335 +0000 UTC m=+6.295421979 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fc5dc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304400): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304400): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304400): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304400): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304400): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.586233335 +0000 UTC m=+6.295421979 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304400): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48fead90 item 43 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304a40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304a40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304a40): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304a40): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304a40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304a40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304a40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.589264936 +0000 UTC m=+6.298453579 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304a40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304f40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304f40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304f40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48feb260 item 44 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304f40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304f40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.591737457 +0000 UTC m=+6.300926100 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49304f40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305480): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305480): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48feb420 item 44 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305480): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305480): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305480): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305480): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305480): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.5924849 +0000 UTC m=+6.301673543 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305480): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305a80): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305a80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305a80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305a80): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305a80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.5924849 +0000 UTC m=+6.301673543 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49305a80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48feb5e0 item 44 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e1c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e1c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e1c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e1c0): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e1c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e1c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e1c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.595603634 +0000 UTC m=+6.304792288 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e1c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e740): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e740): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e740): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48feb960 item 45 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e740): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e740): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.597568181 +0000 UTC m=+6.306756825 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3e740): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3ee40): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3ee40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3ee40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3ee40): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3ee40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.597568181 +0000 UTC m=+6.306756825 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3ee40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48febc00 item 45 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91580): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91580): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91580): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91580): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91580): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91580): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91580): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.602221445 +0000 UTC m=+6.311410089 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91580): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91a80): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91a80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91a80): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49566070 item 46 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91a80): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91a80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.602857278 +0000 UTC m=+6.312045943 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e91a80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caa5c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caa5c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caa5c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caa5c0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caa5c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.602857278 +0000 UTC m=+6.312045943 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caa5c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49566230 item 46 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caac00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caac00): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caac00): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caac00): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caac00): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caac00): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caac00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.608499199 +0000 UTC m=+6.317687842 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48caac00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cab100): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cab100): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cab100): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e495665b0 item 47 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cab100): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cab100): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.612410881 +0000 UTC m=+6.321599525 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cab100): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cab800): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cab800): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cab800): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cab800): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cab800): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.612410881 +0000 UTC m=+6.321599525 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cab800): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49566770 item 47 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cabe40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cabe40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cabe40): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cabe40): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cabe40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cabe40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cabe40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.615468851 +0000 UTC m=+6.324657495 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48cabe40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a2440): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a2440): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a2440): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49566bd0 item 48 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a2440): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a2440): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.616940814 +0000 UTC m=+6.326129458 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a2440): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a2b40): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a2b40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a2b40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a2b40): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a2b40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.616940814 +0000 UTC m=+6.326129458 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a2b40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49566d90 item 48 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a31c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a31c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a31c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a31c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a31c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.621400134 +0000 UTC m=+6.330588798 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a31c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3640): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3640): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3640): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3640): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3640): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3640): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49567110 item 49 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3640): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3640): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.624164332 +0000 UTC m=+6.333352977 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3640): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3b80): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3b80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3b80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3b80): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3b80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.624164332 +0000 UTC m=+6.333352977 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490a3b80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e495672d0 item 49 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940c300): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940c300): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940c300): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940c300): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940c300): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.627761886 +0000 UTC m=+6.336950530 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940c300): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940c800): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940c800): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940c800): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49567650 item 50 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940c800): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940c800): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940c800): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940c800): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940c800): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.628984139 +0000 UTC m=+6.338172783 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940c800): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940cd80): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940cd80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940cd80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940cd80): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940cd80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.628984139 +0000 UTC m=+6.338172783 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940cd80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49567810 item 50 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d400): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d400): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d400): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d400): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d400): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.634541842 +0000 UTC m=+6.343730515 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d400): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d900): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d900): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d900): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d900): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d900): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d900): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49567b90 item 51 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d900): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d900): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.635129013 +0000 UTC m=+6.344317658 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4940d900): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494301c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494301c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494301c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494301c0): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494301c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.635129013 +0000 UTC m=+6.344317658 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494301c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49567d50 item 51 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49430840): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49430840): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49430840): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49430840): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49430840): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.63878768 +0000 UTC m=+6.347976355 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49430840): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49430d40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49430d40): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49430d40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493f4230 item 52 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49430d40): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49430d40): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49430d40): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49430d40): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49430d40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.641514298 +0000 UTC m=+6.350702943 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49430d40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494312c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494312c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494312c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494312c0): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494312c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.641514298 +0000 UTC m=+6.350702943 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494312c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493f43f0 item 52 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982ed40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982ed40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982ed40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982ed40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982ed40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.646380212 +0000 UTC m=+6.355568856 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982ed40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982f240): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982f240): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982f240): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982f240): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982f240): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982f240): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4909e770 item 53 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982f240): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982f240): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.647505816 +0000 UTC m=+6.356694459 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982f240): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982f780): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982f780): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982f780): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982f780): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982f780): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.647505816 +0000 UTC m=+6.356694459 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982f780): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4909ee00 item 53 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982fe00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982fe00): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982fe00): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982fe00): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982fe00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.651881749 +0000 UTC m=+6.361070392 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4982fe00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494ba400): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494ba400): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494ba400): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4909f1f0 item 54 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494ba400): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494ba400): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494ba400): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494ba400): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494ba400): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.653319096 +0000 UTC m=+6.362507741 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494ba400): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494ba980): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494ba980): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494ba980): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494ba980): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494ba980): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.653319096 +0000 UTC m=+6.362507741 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494ba980): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4909f570 item 54 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494bb000): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494bb000): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494bb000): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494bb000): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494bb000): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.656515506 +0000 UTC m=+6.365704450 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494bb000): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494bb500): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494bb500): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494bb500): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494bb500): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494bb500): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494bb500): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4909fb90 item 55 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494bb500): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494bb500): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.657049799 +0000 UTC m=+6.366238443 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494bb500): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494bba40): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494bba40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494bba40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494bba40): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494bba40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.657049799 +0000 UTC m=+6.366238443 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e494bba40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4909fd50 item 55 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49431940): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49431940): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49431940): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49431940): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49431940): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.663426579 +0000 UTC m=+6.372615253 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49431940): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49431e40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49431e40): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49431e40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493f4a10 item 56 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49431e40): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49431e40): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49431e40): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49431e40): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49431e40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.663946304 +0000 UTC m=+6.373134969 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49431e40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885a4c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885a4c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885a4c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885a4c0): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885a4c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.663946304 +0000 UTC m=+6.373134969 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885a4c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493f4c40 item 56 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885ab00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885ab00): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885ab00): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885ab00): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885ab00): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885ab00): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885ab00): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885ab00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.667238535 +0000 UTC m=+6.376427178 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885ab00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885b040): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885b040): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885b040): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493f5030 item 57 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885b040): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885b040): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.669333486 +0000 UTC m=+6.378522131 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885b040): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885b580): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885b580): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885b580): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885b580): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885b580): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885b580): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493f52d0 item 57 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885b580): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885b580): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.670000599 +0000 UTC m=+6.379189242 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885b580): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885bb00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885bb00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885bb00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885bb00): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885bb00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.670000599 +0000 UTC m=+6.379189242 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4885bb00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493f5500 item 57 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887e240): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887e240): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887e240): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887e240): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887e240): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887e240): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887e240): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887e240): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.67835485 +0000 UTC m=+6.387543494 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887e240): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887e780): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887e780): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887e780): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493f58f0 item 58 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887e780): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887e780): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.678882169 +0000 UTC m=+6.388070813 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887e780): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887ecc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887ecc0): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887ecc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493f5ab0 item 58 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887ecc0): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887ecc0): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887ecc0): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887ecc0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887ecc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.68116266 +0000 UTC m=+6.390351374 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887ecc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887f280): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887f280): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887f280): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887f280): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887f280): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.68116266 +0000 UTC m=+6.390351374 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887f280): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493f5c70 item 58 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f480): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f480): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f480): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f480): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f480): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f480): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f480): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f480): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.685219855 +0000 UTC m=+6.394408500 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f480): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f9c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f9c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f9c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b72460 item 59 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f9c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f9c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.685661044 +0000 UTC m=+6.394849688 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e3f9c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854000): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854000): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854000): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854000): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854000): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854000): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b72850 item 59 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854000): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854000): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.692312559 +0000 UTC m=+6.401501203 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854000): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854580): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854580): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854580): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854580): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854580): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.692312559 +0000 UTC m=+6.401501203 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854580): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b72a80 item 59 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854bc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854bc0): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854bc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854bc0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854bc0): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854bc0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854bc0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854bc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.702191762 +0000 UTC m=+6.411380426 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49854bc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49855100): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49855100): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49855100): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b73030 item 60 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49855100): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49855100): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.702665391 +0000 UTC m=+6.411854045 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49855100): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49855640): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49855640): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49855640): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b73420 item 60 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49855640): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49855640): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49855640): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49855640): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49855640): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.710451967 +0000 UTC m=+6.419640610 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49855640): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49855c00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49855c00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49855c00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49855c00): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49855c00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.710451967 +0000 UTC m=+6.419640610 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49855c00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b73730 item 60 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49864340): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49864340): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49864340): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49864340): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49864340): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49864340): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49864340): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49864340): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.716417744 +0000 UTC m=+6.425606388 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49864340): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49864880): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49864880): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49864880): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946e000 item 61 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49864880): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49864880): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.720227756 +0000 UTC m=+6.429416400 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49864880): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49864f80): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49864f80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49864f80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49864f80): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49864f80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.720227756 +0000 UTC m=+6.429416400 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49864f80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946e1c0 item 61 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498655c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498655c0): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498655c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498655c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498655c0): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498655c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498655c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498655c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.725621309 +0000 UTC m=+6.434809954 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e498655c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49865b00): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49865b00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49865b00): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946e620 item 62 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49865b00): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49865b00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.727010838 +0000 UTC m=+6.436199483 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49865b00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887f780): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887f780): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887f780): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887f780): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887f780): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.727010838 +0000 UTC m=+6.436199483 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887f780): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946e7e0 item 62 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887fdc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887fdc0): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887fdc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887fdc0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887fdc0): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887fdc0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887fdc0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887fdc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.72838105 +0000 UTC m=+6.437569694 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4887fdc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d26400): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d26400): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d26400): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49332310 item 63 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d26400): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d26400): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.729129626 +0000 UTC m=+6.438318269 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d26400): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d26b00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d26b00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d26b00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d26b00): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d26b00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.729129626 +0000 UTC m=+6.438318269 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d26b00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493324d0 item 63 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d27140): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d27140): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d27140): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d27140): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d27140): >_readAt: n=0, err=Bad file descriptor 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d27140): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d27140): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d27140): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.731527606 +0000 UTC m=+6.440716250 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d27140): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d27680): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d27680): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d27680): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49332850 item 64 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d27680): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d27680): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.733721935 +0000 UTC m=+6.442910580 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d27680): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d27d80): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d27d80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d27d80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d27d80): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d27d80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.733721935 +0000 UTC m=+6.442910580 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d27d80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49332a10 item 64 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d544c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d544c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d544c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d544c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d544c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.73832717 +0000 UTC m=+6.447515813 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d544c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d54940): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d54940): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d54940): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d54940): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d54940): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49332e70 item 65 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d54940): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d54940): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.738840103 +0000 UTC m=+6.448028747 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d54940): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d54e40): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d54e40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d54e40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d54e40): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d54e40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.738840103 +0000 UTC m=+6.448028747 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d54e40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49333110 item 65 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987c440): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987c440): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987c440): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987c440): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987c440): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.741514973 +0000 UTC m=+6.450703617 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987c440): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987c8c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987c8c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946eaf0 item 66 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987c8c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987c8c0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987c8c0): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987c8c0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987c8c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.742193697 +0000 UTC m=+6.451382341 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987c8c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987ce00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987ce00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987ce00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987ce00): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987ce00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.742193697 +0000 UTC m=+6.451382341 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987ce00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946ed20 item 66 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987d440): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987d440): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987d440): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987d440): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987d440): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.744201807 +0000 UTC m=+6.453390451 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987d440): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987d8c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987d8c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987d8c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987d8c0): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987d8c0): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946f0a0 item 67 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987d8c0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987d8c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.746794643 +0000 UTC m=+6.455983287 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987d8c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987ddc0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987ddc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987ddc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987ddc0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987ddc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.746794643 +0000 UTC m=+6.455983287 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4987ddc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946f260 item 67 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8e540): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8e540): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8e540): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8e540): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8e540): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.748776443 +0000 UTC m=+6.457965097 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8e540): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8ea40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8ea40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946f5e0 item 68 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8ea40): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8ea40): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8ea40): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8ea40): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8ea40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.74933409 +0000 UTC m=+6.458522734 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8ea40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8ef80): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8ef80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8ef80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8ef80): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8ef80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.74933409 +0000 UTC m=+6.458522734 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8ef80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946f7a0 item 68 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8f5c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8f5c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8f5c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8f5c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8f5c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.750701907 +0000 UTC m=+6.459890551 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8f5c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8fa40): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8fa40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8fa40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8fa40): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8fa40): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946fb90 item 69 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8fa40): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8fa40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.751144016 +0000 UTC m=+6.460332661 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d8fa40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc6040): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc6040): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc6040): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc6040): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc6040): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.751144016 +0000 UTC m=+6.460332661 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc6040): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4946fd50 item 69 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc66c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc66c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc66c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc66c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc66c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.752278536 +0000 UTC m=+6.461467181 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc66c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc6bc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc6bc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49374230 item 70 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc6bc0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc6bc0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc6bc0): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc6bc0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc6bc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.752784116 +0000 UTC m=+6.461972760 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc6bc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc7100): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc7100): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc7100): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc7100): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc7100): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.752784116 +0000 UTC m=+6.461972760 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc7100): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493743f0 item 70 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc7780): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc7780): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc7780): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc7780): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc7780): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.754317363 +0000 UTC m=+6.463506017 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc7780): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d55540): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d55540): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d55540): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d55540): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d55540): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49333340 item 71 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d55540): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d55540): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.754795591 +0000 UTC m=+6.463984235 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d55540): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d55a40): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d55a40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d55a40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d55a40): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d55a40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.754795591 +0000 UTC m=+6.463984235 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48d55a40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49333500 item 71 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e141c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e141c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e141c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e141c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e141c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.755847364 +0000 UTC m=+6.465036009 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e141c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e146c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e146c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493338f0 item 72 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e146c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e146c0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e146c0): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e146c0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e146c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.756298972 +0000 UTC m=+6.465487617 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e146c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e14c00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e14c00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e14c00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e14c00): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e14c00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.756298972 +0000 UTC m=+6.465487617 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e14c00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49333ab0 item 72 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e151c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e151c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e151c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e151c0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e151c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e151c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e151c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.757538259 +0000 UTC m=+6.466726903 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e151c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e156c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e156c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e156c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49333e30 item 73 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e156c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e156c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.7578956 +0000 UTC m=+6.467084244 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e156c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e15b80): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e15b80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e15b80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e15b80): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e15b80): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49004380 item 73 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e15b80): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e15b80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.758515904 +0000 UTC m=+6.467704547 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e15b80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5e1c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5e1c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5e1c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5e1c0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5e1c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.758515904 +0000 UTC m=+6.467704547 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5e1c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49004540 item 73 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5e800): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5e800): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5e800): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5e800): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5e800): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5e800): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5e800): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.759911334 +0000 UTC m=+6.469099978 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5e800): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5ed00): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5ed00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5ed00): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e490048c0 item 74 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5ed00): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5ed00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.760323547 +0000 UTC m=+6.469512191 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5ed00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5f240): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5f240): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49004e70 item 74 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5f240): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5f240): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5f240): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5f240): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5f240): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.760924064 +0000 UTC m=+6.470112708 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5f240): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5f7c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5f7c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5f7c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5f7c0): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5f7c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.760924064 +0000 UTC m=+6.470112708 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5f7c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49005110 item 74 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5fe00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5fe00): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5fe00): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5fe00): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5fe00): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5fe00): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5fe00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.762139125 +0000 UTC m=+6.471327769 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e5fe00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9a400): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9a400): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9a400): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49005490 item 75 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9a400): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9a400): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.762574693 +0000 UTC m=+6.471763337 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9a400): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9a940): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9a940): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9a940): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9a940): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9a940): _writeAt: size=3, off=2 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49005650 item 75 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9a940): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9a940): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.763031991 +0000 UTC m=+6.472220635 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9a940): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9ae80): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9ae80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9ae80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9ae80): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9ae80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.763031991 +0000 UTC m=+6.472220635 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9ae80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49005810 item 75 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9b4c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9b4c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9b4c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9b4c0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9b4c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9b4c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9b4c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.764073506 +0000 UTC m=+6.473262150 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9b4c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9b9c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9b9c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9b9c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49005dc0 item 76 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9b9c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9b9c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.764483787 +0000 UTC m=+6.473672430 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48e9b9c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f26000): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f26000): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f7c150 item 76 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f26000): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f26000): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f26000): _writeAt: size=3, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f26000): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f26000): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.764947285 +0000 UTC m=+6.474135930 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f26000): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f26580): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f26580): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f26580): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f26580): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f26580): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.764947285 +0000 UTC m=+6.474135930 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f26580): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f7c3f0 item 76 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f26bc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f26bc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f26bc0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f26bc0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f26bc0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f26bc0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f26bc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.766039937 +0000 UTC m=+6.475228581 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f26bc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f270c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f270c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f270c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f7c850 item 77 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f270c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f270c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.767155091 +0000 UTC m=+6.476343735 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f270c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f277c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f277c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f277c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f277c0): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f277c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.767155091 +0000 UTC m=+6.476343735 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f277c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f7caf0 item 77 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f27e00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f27e00): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f27e00): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f27e00): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f27e00): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f27e00): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f27e00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.768309787 +0000 UTC m=+6.477498431 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f27e00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5e400): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5e400): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5e400): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f7cfc0 item 78 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5e400): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5e400): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.768724867 +0000 UTC m=+6.477913510 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5e400): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5eb00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5eb00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5eb00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5eb00): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5eb00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.768724867 +0000 UTC m=+6.477913510 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5eb00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f7d260 item 78 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5f140): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5f140): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5f140): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5f140): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5f140): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5f140): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5f140): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.770499217 +0000 UTC m=+6.479687862 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5f140): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5f640): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5f640): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5f640): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f7d5e0 item 79 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5f640): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5f640): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.770997893 +0000 UTC m=+6.480186536 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5f640): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5fd40): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5fd40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5fd40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5fd40): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5fd40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.770997893 +0000 UTC m=+6.480186536 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f5fd40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f7d7a0 item 79 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f82480): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f82480): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f82480): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f82480): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f82480): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f82480): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f82480): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.77263681 +0000 UTC m=+6.481825453 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f82480): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f82980): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f82980): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f82980): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f7db20 item 80 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f82980): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f82980): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.77302001 +0000 UTC m=+6.482208653 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f82980): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f83080): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f83080): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f83080): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f83080): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f83080): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.77302001 +0000 UTC m=+6.482208653 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f83080): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48f7dce0 item 80 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc7c00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc7c00): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc7c00): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc7c00): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc7c00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.775441394 +0000 UTC m=+6.484630037 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48dc7c00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de4180): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de4180): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de4180): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de4180): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de4180): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de4180): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49374b60 item 81 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de4180): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de4180): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.775960208 +0000 UTC m=+6.485148851 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de4180): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de46c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de46c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de46c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de46c0): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de46c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.775960208 +0000 UTC m=+6.485148851 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de46c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49374e70 item 81 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de4d40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de4d40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de4d40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de4d40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de4d40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.777040816 +0000 UTC m=+6.486229470 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de4d40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de5240): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de5240): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de5240): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49375260 item 82 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de5240): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de5240): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de5240): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de5240): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de5240): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.777523531 +0000 UTC m=+6.486712176 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de5240): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de57c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de57c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de57c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de57c0): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de57c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.777523531 +0000 UTC m=+6.486712176 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de57c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e49375420 item 82 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de5e40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de5e40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de5e40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de5e40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de5e40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.778755134 +0000 UTC m=+6.487943777 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48de5e40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900e440): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900e440): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900e440): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900e440): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900e440): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900e440): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493757a0 item 83 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900e440): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900e440): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.779295909 +0000 UTC m=+6.488484552 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900e440): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900e980): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900e980): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900e980): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900e980): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900e980): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.779295909 +0000 UTC m=+6.488484552 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900e980): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e493759d0 item 83 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900f000): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900f000): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900f000): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900f000): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900f000): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.781172281 +0000 UTC m=+6.490360925 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900f000): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900f500): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900f500): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900f500): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b588c0 item 84 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900f500): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900f500): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900f500): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900f500): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900f500): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.783462369 +0000 UTC m=+6.492651033 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900f500): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900fa80): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900fa80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900fa80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900fa80): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900fa80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.783462369 +0000 UTC m=+6.492651033 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4900fa80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b58b60 item 84 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49030200): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49030200): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49030200): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49030200): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49030200): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.785738001 +0000 UTC m=+6.494926665 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49030200): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49030700): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49030700): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49030700): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49030700): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49030700): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49030700): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b58ee0 item 85 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49030700): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49030700): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.786310175 +0000 UTC m=+6.495498839 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49030700): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49030c40): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49030c40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49030c40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49030c40): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49030c40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.786310175 +0000 UTC m=+6.495498839 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49030c40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b591f0 item 85 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490312c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490312c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490312c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490312c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490312c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.788876191 +0000 UTC m=+6.498064836 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490312c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490317c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490317c0): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490317c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b595e0 item 86 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490317c0): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490317c0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490317c0): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490317c0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490317c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.789764749 +0000 UTC m=+6.498953393 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490317c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49031d40): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49031d40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49031d40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49031d40): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49031d40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.789764749 +0000 UTC m=+6.498953393 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49031d40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b59810 item 86 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e4c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e4c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e4c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e4c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e4c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.791274342 +0000 UTC m=+6.500462986 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e4c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e9c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e9c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e9c0): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e9c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e9c0): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e9c0): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b59c70 item 87 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e9c0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e9c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.794393127 +0000 UTC m=+6.503581770 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905e9c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905ef00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905ef00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905ef00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905ef00): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905ef00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.794393127 +0000 UTC m=+6.503581770 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905ef00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b02700 item 87 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905f580): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905f580): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905f580): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905f580): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905f580): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.79661143 +0000 UTC m=+6.505800074 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905f580): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905fa80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905fa80): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905fa80): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b03110 item 88 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905fa80): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905fa80): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905fa80): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905fa80): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905fa80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.797664397 +0000 UTC m=+6.506853041 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4905fa80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49080100): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49080100): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49080100): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49080100): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49080100): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.797664397 +0000 UTC m=+6.506853041 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49080100): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48b03490 item 88 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49080740): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49080740): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49080740): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49080740): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49080740): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49080740): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49080740): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49080740): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.799839058 +0000 UTC m=+6.509027702 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49080740): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49080c80): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49080c80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49080c80): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48eac000 item 89 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49080c80): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49080c80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.800458161 +0000 UTC m=+6.509646805 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49080c80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490811c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490811c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490811c0): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490811c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490811c0): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490811c0): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48eac230 item 89 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490811c0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490811c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.800996211 +0000 UTC m=+6.510184855 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490811c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49081740): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49081740): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49081740): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49081740): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49081740): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.800996211 +0000 UTC m=+6.510184855 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49081740): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48eac930 item 89 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f83680): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f83680): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f83680): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f83680): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f83680): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f83680): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f83680): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f83680): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.802792683 +0000 UTC m=+6.511981327 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f83680): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f83bc0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f83bc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f83bc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4939a620 item 90 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f83bc0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f83bc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.80344608 +0000 UTC m=+6.512634723 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48f83bc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd4200): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd4200): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd4200): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4939a850 item 90 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd4200): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd4200): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd4200): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd4200): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd4200): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.803943553 +0000 UTC m=+6.513132318 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd4200): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd47c0): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd47c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd47c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd47c0): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd47c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.803943553 +0000 UTC m=+6.513132318 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd47c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4939aa10 item 90 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd4e00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd4e00): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd4e00): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd4e00): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd4e00): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd4e00): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd4e00): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd4e00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.805506868 +0000 UTC m=+6.514695511 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd4e00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd5340): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd5340): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd5340): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4939ad90 item 91 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd5340): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd5340): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.80590219 +0000 UTC m=+6.515090834 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd5340): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd5880): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd5880): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd5880): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd5880): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd5880): >_readAt: n=2, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd5880): _writeAt: size=3, off=7 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4939b030 item 91 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd5880): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd5880): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.806577948 +0000 UTC m=+6.515766592 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd5880): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd5e00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd5e00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd5e00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd5e00): >_readAt: n=8, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd5e00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.806577948 +0000 UTC m=+6.515766592 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e48fd5e00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4939b260 item 91 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930c540): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930c540): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930c540): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930c540): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930c540): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930c540): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930c540): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930c540): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.808728355 +0000 UTC m=+6.517916998 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930c540): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930ca80): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930ca80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930ca80): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4939b8f0 item 92 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930ca80): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930ca80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.809444559 +0000 UTC m=+6.518633203 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930ca80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930cfc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930cfc0): open at offset 5 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930cfc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4939bb90 item 92 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930cfc0): _readAt: size=2, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930cfc0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930cfc0): _writeAt: size=3, off=5 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930cfc0): >_writeAt: n=3, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930cfc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.810795635 +0000 UTC m=+6.519984278 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930cfc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930d580): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930d580): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930d580): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930d580): >_readAt: n=3, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930d580): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.810795635 +0000 UTC m=+6.519984278 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930d580): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e4939be30 item 92 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930dbc0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930dbc0): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930dbc0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930dbc0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930dbc0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930dbc0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930dbc0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930dbc0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.812294298 +0000 UTC m=+6.521482942 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4930dbc0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49342200): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49342200): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49342200): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e494c6310 item 93 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49342200): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49342200): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.812712983 +0000 UTC m=+6.521901628 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49342200): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49342900): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49342900): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49342900): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49342900): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49342900): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.812712983 +0000 UTC m=+6.521901628 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49342900): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e494c64d0 item 93 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49342f40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49342f40): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49342f40): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49342f40): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49342f40): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49342f40): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49342f40): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49342f40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.815572701 +0000 UTC m=+6.524761345 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49342f40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49343480): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49343480): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49343480): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e494c6850 item 94 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49343480): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49343480): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.816400856 +0000 UTC m=+6.525589500 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49343480): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49343b80): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49343b80): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49343b80): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49343b80): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49343b80): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.816400856 +0000 UTC m=+6.525589500 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49343b80): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e494c6a10 item 94 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4938c2c0): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4938c2c0): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4938c2c0): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4938c2c0): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4938c2c0): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4938c2c0): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4938c2c0): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4938c2c0): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.818434143 +0000 UTC m=+6.527623158 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4938c2c0): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4938c800): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4938c800): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4938c800): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e494c6d90 item 95 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4938c800): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4938c800): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.819582217 +0000 UTC m=+6.528770901 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4938c800): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4938cf00): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4938cf00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4938cf00): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4938cf00): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4938cf00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.819582217 +0000 UTC m=+6.528770901 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e4938cf00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e494c7260 item 95 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 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/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49081d00): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49081d00): open at offset 0 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49081d00): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49081d00): _readAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49081d00): >_readAt: n=0, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49081d00): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49081d00): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49081d00): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.822585615 +0000 UTC m=+6.531774259 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e49081d00): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490ec340): _writeAt: size=5, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490ec340): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490ec340): >openPending: err= 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48ead1f0 item 96 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490ec340): >_writeAt: n=5, err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490ec340): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.823480645 +0000 UTC m=+6.532669288 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490ec340): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/01 01:17:44 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:44 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/01 01:17:44 DEBUG : open-test-file: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490eca40): _readAt: size=512, off=0 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490eca40): openPending: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490eca40): >openPending: err= 2026/07/01 01:17:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490eca40): >_readAt: n=5, err=EOF 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490eca40): close: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-01 01:17:44.823480645 +0000 UTC m=+6.532669288 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : open-test-file(0x379e490eca40): >close: err= 2026/07/01 01:17:44 DEBUG : open-test-file: Remove: 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x379e48ead490 item 96 2026/07/01 01:17:44 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/01 01:17:44 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/01 01:17:44 DEBUG : open-test-file: >Remove: err= 2026/07/01 01:17:44 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:44 DEBUG : Looking for writers 2026/07/01 01:17:44 DEBUG : >WaitForWriters: 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.74s) --- PASS: TestRWFileHandleOpenTests/writes (0.33s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.01s) --- 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.01s) --- 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.01s) --- 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.01s) --- 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.41s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.01s) --- 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.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.02s) --- 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.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.01s) --- 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.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.02s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.01s) --- 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.01s) --- 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-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:44 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:44 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:44 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:44 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:44 DEBUG : file1: newRWFileHandle: 2026/07/01 01:17:44 DEBUG : file1(0x379e490ed580): openPending: 2026/07/01 01:17:44 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:44 DEBUG : file1(0x379e490ed580): >openPending: err= 2026/07/01 01:17:44 DEBUG : file1: >newRWFileHandle: err= 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:44 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/01 01:17:44 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/01 01:17:44 DEBUG : file1(0x379e490ed580): _writeAt: size=2, off=0 2026/07/01 01:17:44 DEBUG : file1(0x379e490ed580): >_writeAt: n=2, err= 2026/07/01 01:17:44 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/07/01 01:17:44 DEBUG : file1(0x379e490ed580): RWFileHandle.Flush 2026/07/01 01:17:44 DEBUG : file1(0x379e490ed580): RWFileHandle.Release 2026/07/01 01:17:44 DEBUG : file1(0x379e490ed580): close: 2026/07/01 01:17:44 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/07/01 01:17:44 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:44 DEBUG : file1(0x379e490ed580): >close: err= 2026/07/01 01:17:44 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:44 DEBUG : Looking for writers 2026/07/01 01:17:44 DEBUG : file1: reading active writers 2026/07/01 01:17:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/01 01:17:44 DEBUG : Looking for writers 2026/07/01 01:17:44 DEBUG : file1: reading active writers 2026/07/01 01:17:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/01 01:17:44 DEBUG : Looking for writers 2026/07/01 01:17:44 DEBUG : file1: reading active writers 2026/07/01 01:17:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/01 01:17:44 DEBUG : Looking for writers 2026/07/01 01:17:44 DEBUG : file1: reading active writers 2026/07/01 01:17:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/01 01:17:44 DEBUG : file1: vfs cache: starting upload 2026/07/01 01:17:44 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1.a0a9169e.partial" 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1.a0a9169e.partial 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /home/rclone/rclone-test-kubolic3kiwe/file1.a0a9169e.partial 2026/07/01 01:17:44 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/01 01:17:44 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/07/01 01:17:44 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/07/01 01:17:44 INFO : file1: Copied (new) 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:44 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/01 01:17:44 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/07/01 01:17:44 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/01 01:17:44 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/07/01 01:17:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:44 INFO : file1: vfs cache: upload succeeded try #1 2026/07/01 01:17:44 DEBUG : Looking for writers 2026/07/01 01:17:44 DEBUG : file1: reading active writers 2026/07/01 01:17:44 DEBUG : >WaitForWriters: 2026/07/01 01:17:44 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:45 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:45 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/07/01 01:17:45 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:45 DEBUG : Looking for writers 2026/07/01 01:17:45 DEBUG : file1: reading active writers 2026/07/01 01:17:45 DEBUG : >WaitForWriters: 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.19s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:45 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:45 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:45 DEBUG : rename_me: newRWFileHandle: 2026/07/01 01:17:45 DEBUG : rename_me(0x379e4938de00): openPending: 2026/07/01 01:17:45 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/01 01:17:45 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/07/01 01:17:45 DEBUG : rename_me(0x379e4938de00): >openPending: err= 2026/07/01 01:17:45 DEBUG : rename_me: >newRWFileHandle: err= 2026/07/01 01:17:45 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/07/01 01:17:45 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/07/01 01:17:45 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/07/01 01:17:45 DEBUG : rename_me(0x379e4938de00): _writeAt: size=5, off=0 2026/07/01 01:17:45 DEBUG : rename_me(0x379e4938de00): >_writeAt: n=5, err= 2026/07/01 01:17:45 DEBUG : rename_me(0x379e4938de00): close: 2026/07/01 01:17:45 DEBUG : rename_me: vfs cache: setting modification time to 2026-07-01 01:17:45.029351771 +0000 UTC m=+6.738540415 2026/07/01 01:17:45 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/07/01 01:17:45 DEBUG : rename_me(0x379e4938de00): >close: err= 2026/07/01 01:17:45 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/07/01 01:17:45 DEBUG : i_was_renamed: Updating file with 0x379e493a4dd0 2026/07/01 01:17:45 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/07/01 01:17:45 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/07/01 01:17:45 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:45 DEBUG : Looking for writers 2026/07/01 01:17:45 DEBUG : i_was_renamed: reading active writers 2026/07/01 01:17:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/01 01:17:45 DEBUG : Looking for writers 2026/07/01 01:17:45 DEBUG : i_was_renamed: reading active writers 2026/07/01 01:17:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/01 01:17:45 DEBUG : Looking for writers 2026/07/01 01:17:45 DEBUG : i_was_renamed: reading active writers 2026/07/01 01:17:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/01 01:17:45 DEBUG : Looking for writers 2026/07/01 01:17:45 DEBUG : i_was_renamed: reading active writers 2026/07/01 01:17:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/01 01:17:45 DEBUG : i_was_renamed: vfs cache: starting upload 2026/07/01 01:17:45 DEBUG : i_was_renamed.45dfeb4b.partial: size = 5 OK 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/i_was_renamed.45dfeb4b.partial" 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/i_was_renamed.45dfeb4b.partial 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kubolic3kiwe/i_was_renamed.45dfeb4b.partial 2026/07/01 01:17:45 DEBUG : i_was_renamed.45dfeb4b.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/01 01:17:45 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/01 01:17:45 DEBUG : i_was_renamed.45dfeb4b.partial: renamed to: i_was_renamed 2026/07/01 01:17:45 INFO : i_was_renamed: Copied (new) 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/i_was_renamed" 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/i_was_renamed 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kubolic3kiwe/i_was_renamed 2026/07/01 01:17:45 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/01 01:17:45 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-07-01 01:17:45 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/01 01:17:45 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/07/01 01:17:45 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/07/01 01:17:45 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/07/01 01:17:45 DEBUG : Looking for writers 2026/07/01 01:17:45 DEBUG : i_was_renamed: reading active writers 2026/07/01 01:17:45 DEBUG : >WaitForWriters: 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.17s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/01 01:17:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe" 2026/07/01 01:17:45 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 8558f20bbf1a5777c862752b37ad49be /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/07/01 01:17:45 DEBUG : forgetting directory cache 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate(0x379e493c0d00): _readAt: size=512, off=0 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate(0x379e493c0d00): openPending: 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 8558f20bbf1a5777c862752b37ad49be /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-01 00:18:45 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/01 01:17:45 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate(0x379e493c0d00): >openPending: err= 2026/07/01 01:17:45 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate(0x379e493c0d00): >_readAt: n=20, err=EOF 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate(0x379e493c0d00): close: 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-01 00:18:45 +0000 UTC 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate(0x379e493c0d00): >close: err= 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 944a242d910e2bbacae0d0db8c64490a /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/07/01 01:17:45 DEBUG : forgetting directory cache 2026/07/01 01:17:45 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate(0x379e49545a80): _readAt: size=512, off=0 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate(0x379e49545a80): openPending: 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 944a242d910e2bbacae0d0db8c64490a /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-01 00:19:45 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-07-01 00:18:45 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-01 00:19:45 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-07-01 00:18:45 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/07/01 01:17:45 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/01 01:17:45 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate(0x379e49545a80): >openPending: err= 2026/07/01 01:17:45 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate(0x379e49545a80): >_readAt: n=20, err=EOF 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate(0x379e49545a80): close: 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-01 00:19:45 +0000 UTC 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate(0x379e49545a80): >close: err= 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4e063366550d230fc1fb85c19dbb494d /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/07/01 01:17:45 DEBUG : forgetting directory cache 2026/07/01 01:17:45 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate(0x379e48b6c940): _readAt: size=512, off=0 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate(0x379e48b6c940): openPending: 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4e063366550d230fc1fb85c19dbb494d /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-01 00:20:45 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-07-01 00:19:45 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-01 00:20:45 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-07-01 00:19:45 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/07/01 01:17:45 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/01 01:17:45 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate(0x379e48b6c940): >openPending: err= 2026/07/01 01:17:45 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate(0x379e48b6c940): >_readAt: n=20, err=EOF 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate(0x379e48b6c940): close: 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-01 00:20:45 +0000 UTC 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate(0x379e48b6c940): >close: err= 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a8c7956852282e88c22a986150cb5a68 /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:45 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:45 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/07/01 01:17:46 DEBUG : forgetting directory cache 2026/07/01 01:17:46 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e495de880): _readAt: size=512, off=0 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e495de880): openPending: 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a8c7956852282e88c22a986150cb5a68 /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-01 00:21:45 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-07-01 00:20:45 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-01 00:21:45 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-07-01 00:20:45 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/07/01 01:17:46 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/01 01:17:46 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e495de880): >openPending: err= 2026/07/01 01:17:46 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e495de880): >_readAt: n=20, err=EOF 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e495de880): close: 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-01 00:21:45 +0000 UTC 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e495de880): >close: err= 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 25074c7237d5f7774d304950950b2d66 /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/07/01 01:17:46 DEBUG : forgetting directory cache 2026/07/01 01:17:46 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e4886c8c0): _readAt: size=512, off=0 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e4886c8c0): openPending: 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 25074c7237d5f7774d304950950b2d66 /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-01 00:22:45 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-07-01 00:21:45 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-01 00:22:45 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-07-01 00:21:45 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/07/01 01:17:46 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/01 01:17:46 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e4886c8c0): >openPending: err= 2026/07/01 01:17:46 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e4886c8c0): >_readAt: n=20, err=EOF 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e4886c8c0): close: 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-01 00:22:45 +0000 UTC 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e4886c8c0): >close: err= 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/07/01 01:17:46 DEBUG : forgetting directory cache 2026/07/01 01:17:46 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e4886d2c0): _readAt: size=512, off=0 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e4886d2c0): openPending: 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-01 00:23:45 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-07-01 00:22:45 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-01 00:23:45 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-07-01 00:22:45 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/07/01 01:17:46 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/01 01:17:46 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e4886d2c0): >openPending: err= 2026/07/01 01:17:46 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e4886d2c0): >_readAt: n=20, err=EOF 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e4886d2c0): close: 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-01 00:23:45 +0000 UTC 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e4886d2c0): >close: err= 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/07/01 01:17:46 DEBUG : forgetting directory cache 2026/07/01 01:17:46 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e48a708c0): _readAt: size=512, off=0 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e48a708c0): openPending: 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-07-01 00:24:45 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-07-01 00:23:45 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-07-01 00:24:45 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-07-01 00:23:45 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/07/01 01:17:46 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/07/01 01:17:46 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e48a708c0): >openPending: err= 2026/07/01 01:17:46 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e48a708c0): >_readAt: n=21, err=EOF 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e48a708c0): close: 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-01 00:24:45 +0000 UTC 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e48a708c0): >close: err= 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/07/01 01:17:46 DEBUG : forgetting directory cache 2026/07/01 01:17:46 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e48c16fc0): _readAt: size=512, off=0 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e48c16fc0): openPending: 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-07-01 00:25:45 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-07-01 00:24:45 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-07-01 00:25:45 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-07-01 00:24:45 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/07/01 01:17:46 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/07/01 01:17:46 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e48c16fc0): >openPending: err= 2026/07/01 01:17:46 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e48c16fc0): >_readAt: n=22, err=EOF 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e48c16fc0): close: 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-01 00:25:45 +0000 UTC 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate(0x379e48c16fc0): >close: err= 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a04b60cad5c51870e80f668df3d720c0 /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:46 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/07/01 01:17:47 DEBUG : forgetting directory cache 2026/07/01 01:17:47 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate(0x379e493040c0): _readAt: size=512, off=0 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate(0x379e493040c0): openPending: 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a04b60cad5c51870e80f668df3d720c0 /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-07-01 00:26:45 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-07-01 00:25:45 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-07-01 00:26:45 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-07-01 00:25:45 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/07/01 01:17:47 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/07/01 01:17:47 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate(0x379e493040c0): >openPending: err= 2026/07/01 01:17:47 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate(0x379e493040c0): >_readAt: n=23, err=EOF 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate(0x379e493040c0): close: 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-01 00:26:45 +0000 UTC 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate(0x379e493040c0): >close: err= 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 074978d6705e58530a3c8d378a08fa37 /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/07/01 01:17:47 DEBUG : forgetting directory cache 2026/07/01 01:17:47 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate(0x379e497c9ec0): _readAt: size=512, off=0 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate(0x379e497c9ec0): openPending: 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 074978d6705e58530a3c8d378a08fa37 /home/rclone/rclone-test-kubolic3kiwe/TestRWCacheUpdate 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-07-01 00:27:45 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-07-01 00:26:45 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-07-01 00:27:45 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-07-01 00:26:45 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/07/01 01:17:47 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/07/01 01:17:47 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate(0x379e497c9ec0): >openPending: err= 2026/07/01 01:17:47 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate(0x379e497c9ec0): >_readAt: n=24, err=EOF 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate(0x379e497c9ec0): close: 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-01 00:27:45 +0000 UTC 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate(0x379e497c9ec0): >close: err= 2026/07/01 01:17:47 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:47 DEBUG : Looking for writers 2026/07/01 01:17:47 DEBUG : TestRWCacheUpdate: reading active writers 2026/07/01 01:17:47 DEBUG : >WaitForWriters: 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (2.24s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/FiLeA" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/FiLeA 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 89d903bc35dede724fd52c51437ff5fd /home/rclone/rclone-test-kubolic3kiwe/FiLeA 2026/07/01 01:17:47 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/FiLeA" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/FiLeA 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /home/rclone/rclone-test-kubolic3kiwe/FiLeA 2026/07/01 01:17:47 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/FiLeB" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/FiLeB 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /home/rclone/rclone-test-kubolic3kiwe/FiLeB 2026/07/01 01:17:47 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/FiLeB" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/FiLeB 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /home/rclone/rclone-test-kubolic3kiwe/FiLeB 2026/07/01 01:17:47 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/01 01:17:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:47 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/01 01:17:47 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/01 01:17:47 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/01 01:17:47 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:47 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/FiLeA" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/FiLeA 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 89d903bc35dede724fd52c51437ff5fd /home/rclone/rclone-test-kubolic3kiwe/FiLeA 2026/07/01 01:17:47 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/01 01:17:47 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/01 01:17:47 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/01 01:17:47 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/01 01:17:47 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:47 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/FiLeA" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/FiLeA 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 89d903bc35dede724fd52c51437ff5fd /home/rclone/rclone-test-kubolic3kiwe/FiLeA 2026/07/01 01:17:47 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/01 01:17:47 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/01 01:17:47 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/01 01:17:47 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/01 01:17:47 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:47 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:47 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/01 01:17:47 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/01 01:17:47 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/01 01:17:47 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:47 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/FiLeB" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/FiLeB 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /home/rclone/rclone-test-kubolic3kiwe/FiLeB 2026/07/01 01:17:47 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/01 01:17:47 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/01 01:17:47 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/01 01:17:47 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/01 01:17:47 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:47 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/FilEb" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/FilEb 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /home/rclone/rclone-test-kubolic3kiwe/FilEb 2026/07/01 01:17:47 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/FiLeA" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/FiLeA 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 89d903bc35dede724fd52c51437ff5fd /home/rclone/rclone-test-kubolic3kiwe/FiLeA 2026/07/01 01:17:47 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/FiLeA" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/FiLeA 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /home/rclone/rclone-test-kubolic3kiwe/FiLeA 2026/07/01 01:17:47 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/FiLeB" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/FiLeB 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /home/rclone/rclone-test-kubolic3kiwe/FiLeB 2026/07/01 01:17:47 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/FiLeB" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/FiLeB 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /home/rclone/rclone-test-kubolic3kiwe/FiLeB 2026/07/01 01:17:47 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/FilEb" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/FilEb 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /home/rclone/rclone-test-kubolic3kiwe/FilEb 2026/07/01 01:17:47 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/FilEb" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/FilEb 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /home/rclone/rclone-test-kubolic3kiwe/FilEb 2026/07/01 01:17:47 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/07/01 01:17:47 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/01 01:17:47 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/01 01:17:47 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/01 01:17:47 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:47 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:47 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/01 01:17:47 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/01 01:17:47 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/07/01 01:17:47 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:47 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:47 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/01 01:17:47 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/01 01:17:47 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/07/01 01:17:47 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:47 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:47 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/01 01:17:47 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/01 01:17:47 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/07/01 01:17:47 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:47 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:47 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/01 01:17:47 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/01 01:17:47 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/01 01:17:47 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:47 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/FiLeB" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/FiLeB 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /home/rclone/rclone-test-kubolic3kiwe/FiLeB 2026/07/01 01:17:47 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/01 01:17:47 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/01 01:17:47 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/01 01:17:47 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/01 01:17:47 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:47 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/FilEb" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/FilEb 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /home/rclone/rclone-test-kubolic3kiwe/FilEb 2026/07/01 01:17:47 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/01 01:17:47 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/07/01 01:17:47 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/07/01 01:17:47 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/07/01 01:17:47 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/07/01 01:17:47 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/01 01:17:47 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/01 01:17:47 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/01 01:17:47 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:47 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:47 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:47 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:47 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:47 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/01 01:17:47 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/01 01:17:47 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/01 01:17:47 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:47 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:47 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/01 01:17:47 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/01 01:17:47 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/01 01:17:47 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:47 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:47 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:47 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:47 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:47 DEBUG : Looking for writers 2026/07/01 01:17:47 DEBUG : FiLeA: reading active writers 2026/07/01 01:17:47 DEBUG : FiLeB: reading active writers 2026/07/01 01:17:47 DEBUG : FilEb: reading active writers 2026/07/01 01:17:47 DEBUG : >WaitForWriters: 2026/07/01 01:17:47 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:47 DEBUG : Looking for writers 2026/07/01 01:17:47 DEBUG : FilEb: reading active writers 2026/07/01 01:17:47 DEBUG : FiLeA: reading active writers 2026/07/01 01:17:47 DEBUG : FiLeB: reading active writers 2026/07/01 01:17:47 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (0.12s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/normal name with no special characters.txt" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/normal\ name\ with\ no\ special\ characters.txt 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 89d903bc35dede724fd52c51437ff5fd /home/rclone/rclone-test-kubolic3kiwe/normal name with no special characters.txt 2026/07/01 01:17:47 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/normal name with no special characters.txt" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/normal\ name\ with\ no\ special\ characters.txt 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /home/rclone/rclone-test-kubolic3kiwe/normal name with no special characters.txt 2026/07/01 01:17:47 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/測試_Русский___ě_áñ" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/測試_Русский___ě_áñ 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /home/rclone/rclone-test-kubolic3kiwe/測試_Русский___ě_áñ 2026/07/01 01:17:47 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/測試_Русский___ě_áñ" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/測試_Русский___ě_áñ 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /home/rclone/rclone-test-kubolic3kiwe/測試_Русский___ě_áñ 2026/07/01 01:17:47 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/01 01:17:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:47 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/01 01:17:47 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/01 01:17:47 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/01 01:17:47 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:47 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/normal name with no special characters.txt" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/normal\ name\ with\ no\ special\ characters.txt 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 89d903bc35dede724fd52c51437ff5fd /home/rclone/rclone-test-kubolic3kiwe/normal name with no special characters.txt 2026/07/01 01:17:47 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/01 01:17:47 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/07/01 01:17:47 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/07/01 01:17:47 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/07/01 01:17:47 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:47 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/測試_Русский___ě_áñ" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/測試_Русский___ě_áñ 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /home/rclone/rclone-test-kubolic3kiwe/測試_Русский___ě_áñ 2026/07/01 01:17:47 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/01 01:17:47 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/01 01:17:47 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/01 01:17:47 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/01 01:17:47 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:47 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:47 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:47 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:47 DEBUG : Looking for writers 2026/07/01 01:17:47 DEBUG : normal name with no special characters.txt: reading active writers 2026/07/01 01:17:47 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/07/01 01:17:47 DEBUG : >WaitForWriters: 2026/07/01 01:17:47 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe/dir/file1: no such file or directory 2026/07/01 01:17:47 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe/dir/file1: no such file or directory --- PASS: TestUnicodeNormalization (0.07s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Reusing VFS from active cache 2026/07/01 01:17:47 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:47 DEBUG : Looking for writers 2026/07/01 01:17:47 DEBUG : >WaitForWriters: 2026/07/01 01:17:47 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:47 DEBUG : Looking for writers 2026/07/01 01:17:47 DEBUG : >WaitForWriters: 2026/07/01 01:17:47 DEBUG : forgetting directory cache 2026/07/01 01:17:47 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" --- PASS: TestVFSNew (0.01s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:47 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:47 DEBUG : Looking for writers 2026/07/01 01:17:47 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.01s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:47 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:47 DEBUG : Looking for writers 2026/07/01 01:17:47 DEBUG : >WaitForWriters: 2026/07/01 01:17:47 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe/dir/file1: no such file or directory 2026/07/01 01:17:47 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe/dir/file1: no such file or directory --- PASS: TestVFSRoot (0.04s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:47 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe/dir/file1: no such file or directory 2026/07/01 01:17:47 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe/dir/file1: no such file or directory 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:47 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:47 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file2" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 25ba584dea3b091afba78acbe36da91a /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:47 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file2" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:47 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe/dir/file1: no such file or directory 2026/07/01 01:17:47 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe/dir/file1: no such file or directory 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:47 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/01 01:17:47 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:47 DEBUG : dir: Looking for writers 2026/07/01 01:17:47 DEBUG : file2: reading active writers 2026/07/01 01:17:47 DEBUG : Looking for writers 2026/07/01 01:17:47 DEBUG : dir: reading active writers 2026/07/01 01:17:47 DEBUG : file1: reading active writers 2026/07/01 01:17:47 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.04s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:47 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe/dir/file1: no such file or directory 2026/07/01 01:17:47 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{ZBmIT}/rclone-test-kubolic3kiwe/dir/file1: no such file or directory 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:47 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:47 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file2" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 25ba584dea3b091afba78acbe36da91a /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:47 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file2" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:47 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/01 01:17:47 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:47 DEBUG : dir: Looking for writers 2026/07/01 01:17:47 DEBUG : Looking for writers 2026/07/01 01:17:47 DEBUG : dir: reading active writers 2026/07/01 01:17:47 DEBUG : file1: reading active writers 2026/07/01 01:17:47 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.04s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:47 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:47 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file2" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 25ba584dea3b091afba78acbe36da91a /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:47 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file2" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:47 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/01 01:17:47 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : file1: Open: flags=O_RDONLY 2026/07/01 01:17:47 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/01 01:17:47 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/01 01:17:47 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/07/01 01:17:47 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:47 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:47 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/01 01:17:47 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/07/01 01:17:47 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/07/01 01:17:47 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: File to upload is small (0 bytes), uploading instead of streaming 2026/07/01 01:17:47 DEBUG : dir/new_file.txt: size = 0 OK 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/new_file.txt" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/new_file.txt 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kubolic3kiwe/dir/new_file.txt 2026/07/01 01:17:47 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/01 01:17:47 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/01 01:17:47 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/07/01 01:17:47 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/01 01:17:47 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:47 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/07/01 01:17:47 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:47 DEBUG : dir: Looking for writers 2026/07/01 01:17:47 DEBUG : new_file.txt: reading active writers 2026/07/01 01:17:47 DEBUG : file2: reading active writers 2026/07/01 01:17:47 DEBUG : Looking for writers 2026/07/01 01:17:47 DEBUG : dir: reading active writers 2026/07/01 01:17:47 DEBUG : file1: reading active writers 2026/07/01 01:17:47 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.05s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file2" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 25ba584dea3b091afba78acbe36da91a /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:47 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file2" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /home/rclone/rclone-test-kubolic3kiwe/dir/file2 2026/07/01 01:17:47 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/01 01:17:47 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/07/01 01:17:47 DEBUG : dir/file1: Updating file with dir/file1 0x379e48e8b6c0 2026/07/01 01:17:47 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/01 01:17:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 25ba584dea3b091afba78acbe36da91a /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:47 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir/file1" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /home/rclone/rclone-test-kubolic3kiwe/dir/file1 2026/07/01 01:17:47 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/01 01:17:47 INFO : dir/file1: Moved (server-side) to: file0 2026/07/01 01:17:47 DEBUG : file0: Updating file with file0 0x379e48e8b6c0 2026/07/01 01:17:47 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/01 01:17:47 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file0" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file0 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 25ba584dea3b091afba78acbe36da91a /home/rclone/rclone-test-kubolic3kiwe/file0 2026/07/01 01:17:47 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file0" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/file0 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /home/rclone/rclone-test-kubolic3kiwe/file0 2026/07/01 01:17:47 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/01 01:17:47 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:47 DEBUG : dir: Looking for writers 2026/07/01 01:17:47 DEBUG : Looking for writers 2026/07/01 01:17:47 DEBUG : file0: reading active writers 2026/07/01 01:17:47 DEBUG : dir: reading active writers 2026/07/01 01:17:47 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.06s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Server has VFS statistics extension 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: About path "/home/rclone/rclone-test-kubolic3kiwe" 2026/07/01 01:17:47 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:47 DEBUG : Looking for writers 2026/07/01 01:17:47 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.01s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:47 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:47 DEBUG : Added virtual directory entry vAddDir: "/" 2026/07/01 01:17:47 DEBUG : Added virtual directory entry vAddDir: "a" 2026/07/01 01:17:47 DEBUG : Added virtual directory entry vAddDir: "b" 2026/07/01 01:17:47 DEBUG : Added virtual directory entry vAddDir: "c" 2026/07/01 01:17:47 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: New connection 127.0.0.1:57732->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/01 01:17:47 DEBUG : Added virtual directory entry vAddDir: "d" 2026/07/01 01:17:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: New connection 127.0.0.1:57744->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2026/07/01 01:17:48 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:48 DEBUG : c: Looking for writers 2026/07/01 01:17:48 DEBUG : d: Looking for writers 2026/07/01 01:17:48 DEBUG : Looking for writers 2026/07/01 01:17:48 DEBUG : a: Looking for writers 2026/07/01 01:17:48 DEBUG : b: Looking for writers 2026/07/01 01:17:48 DEBUG : Looking for writers 2026/07/01 01:17:48 DEBUG : a: reading active writers 2026/07/01 01:17:48 DEBUG : b: reading active writers 2026/07/01 01:17:48 DEBUG : c: reading active writers 2026/07/01 01:17:48 DEBUG : d: reading active writers 2026/07/01 01:17:48 DEBUG : /: reading active writers 2026/07/01 01:17:48 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.26s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:48 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:48 DEBUG : Added virtual directory entry vAddDir: "a" 2026/07/01 01:17:48 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/07/01 01:17:48 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/07/01 01:17:48 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/07/01 01:17:48 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:48 DEBUG : a/b/c/d: Looking for writers 2026/07/01 01:17:48 DEBUG : a/b/c: Looking for writers 2026/07/01 01:17:48 DEBUG : d: reading active writers 2026/07/01 01:17:48 DEBUG : a/b: Looking for writers 2026/07/01 01:17:48 DEBUG : c: reading active writers 2026/07/01 01:17:48 DEBUG : a: Looking for writers 2026/07/01 01:17:48 DEBUG : b: reading active writers 2026/07/01 01:17:48 DEBUG : Looking for writers 2026/07/01 01:17:48 DEBUG : a: reading active writers 2026/07/01 01:17:48 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.06s) === 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-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:48 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:48 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:48 DEBUG : Looking for writers 2026/07/01 01:17:48 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-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:48 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:48 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/01 01:17:48 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/01 01:17:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:48 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/01 01:17:48 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/01 01:17:48 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/07/01 01:17:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: File to upload is small (5 bytes), uploading instead of streaming 2026/07/01 01:17:48 DEBUG : file1: size = 5 OK 2026/07/01 01:17:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:48 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/01 01:17:48 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/01 01:17:48 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/01 01:17:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:48 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/01 01:17:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:48 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/01 01:17:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:48 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/01 01:17:48 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/01 01:17:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:48 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/01 01:17:48 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/01 01:17:48 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/07/01 01:17:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/01 01:17:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/01 01:17:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:48 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/01 01:17:48 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/01 01:17:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: File to upload is small (0 bytes), uploading instead of streaming 2026/07/01 01:17:48 DEBUG : file1: size = 0 OK 2026/07/01 01:17:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:48 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/01 01:17:48 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/01 01:17:48 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/01 01:17:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/01 01:17:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/01 01:17:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:48 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/01 01:17:48 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/01 01:17:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: File to upload is small (7 bytes), uploading instead of streaming 2026/07/01 01:17:48 DEBUG : file1: size = 7 OK 2026/07/01 01:17:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:48 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:48 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/07/01 01:17:48 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/07/01 01:17:48 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/01 01:17:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:48 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:48 DEBUG : Looking for writers 2026/07/01 01:17:48 DEBUG : file1: reading active writers 2026/07/01 01:17:48 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.04s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:48 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:48 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/01 01:17:48 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/01 01:17:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:48 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/07/01 01:17:49 DEBUG : file1: aborting in-sequence write wait, off=100 2026/07/01 01:17:49 DEBUG : file1: failed to wait for in-sequence write to 100 2026/07/01 01:17:49 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: File to upload is small (11 bytes), uploading instead of streaming 2026/07/01 01:17:49 DEBUG : file1: size = 11 OK 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:49 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/01 01:17:49 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/01 01:17:49 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/01 01:17:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:49 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:49 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:49 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/01 01:17:49 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:49 DEBUG : Looking for writers 2026/07/01 01:17:49 DEBUG : file1: reading active writers 2026/07/01 01:17:49 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.02s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:49 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:49 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:49 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:49 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/01 01:17:49 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/01 01:17:49 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/07/01 01:17:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: File to upload is small (5 bytes), uploading instead of streaming 2026/07/01 01:17:49 DEBUG : file1: size = 5 OK 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:49 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/01 01:17:49 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/01 01:17:49 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/01 01:17:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:49 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/07/01 01:17:49 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:49 DEBUG : Looking for writers 2026/07/01 01:17:49 DEBUG : file1: reading active writers 2026/07/01 01:17:49 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.01s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:49 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:49 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:49 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:49 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/01 01:17:49 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/01 01:17:49 DEBUG : file1: WriteFileHandle.Release closing 2026/07/01 01:17:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: File to upload is small (0 bytes), uploading instead of streaming 2026/07/01 01:17:49 DEBUG : file1: size = 0 OK 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:49 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/01 01:17:49 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/01 01:17:49 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/01 01:17:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:49 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/07/01 01:17:49 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:49 DEBUG : Looking for writers 2026/07/01 01:17:49 DEBUG : file1: reading active writers 2026/07/01 01:17:49 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.01s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:49 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:49 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:49 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:49 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/01 01:17:49 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/01 01:17:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: File to upload is small (2 bytes), uploading instead of streaming 2026/07/01 01:17:49 DEBUG : file1: size = 2 OK 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:49 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/01 01:17:49 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/07/01 01:17:49 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/01 01:17:49 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/07/01 01:17:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:49 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:49 DEBUG : Looking for writers 2026/07/01 01:17:49 DEBUG : file1: reading active writers 2026/07/01 01:17:49 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.01s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:49 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:49 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:49 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:49 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/01 01:17:49 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/01 01:17:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: File to upload is small (0 bytes), uploading instead of streaming 2026/07/01 01:17:49 DEBUG : file1: size = 0 OK 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:49 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/01 01:17:49 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/01 01:17:49 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/01 01:17:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:49 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:49 DEBUG : file1: Open: flags=O_RDONLY 2026/07/01 01:17:49 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/01 01:17:49 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/01 01:17:49 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:49 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:49 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:49 DEBUG : Looking for writers 2026/07/01 01:17:49 DEBUG : file1: reading active writers 2026/07/01 01:17:49 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.01s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:49 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:49 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/01 01:17:49 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/01 01:17:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:49 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/01 01:17:49 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/01 01:17:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: File to upload is small (100 bytes), uploading instead of streaming 2026/07/01 01:17:49 DEBUG : file1: size = 100 OK 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/file1" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 972ba78965d8e1913ada1d2e7a7ca8b7 /home/rclone/rclone-test-kubolic3kiwe/file1 2026/07/01 01:17:49 DEBUG : file1: Parsed hash: 972ba78965d8e1913ada1d2e7a7ca8b7 2026/07/01 01:17:49 DEBUG : file1: md5 = 972ba78965d8e1913ada1d2e7a7ca8b7 OK 2026/07/01 01:17:49 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/01 01:17:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/01 01:17:49 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/01 01:17:49 DEBUG : file1: Open: flags=O_RDONLY 2026/07/01 01:17:49 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/01 01:17:49 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/01 01:17:49 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:49 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:49 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:49 DEBUG : Looking for writers 2026/07/01 01:17:49 DEBUG : file1: reading active writers 2026/07/01 01:17:49 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.01s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:49 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/flat/f000.txt" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/flat/f000.txt 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a217847fb21f7e963650acc42a7a3b39 /home/rclone/rclone-test-kubolic3kiwe/flat/f000.txt 2026/07/01 01:17:49 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/flat/f000.txt" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/flat/f000.txt 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /home/rclone/rclone-test-kubolic3kiwe/flat/f000.txt 2026/07/01 01:17:49 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/flat/f001.txt" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/flat/f001.txt 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: f4ae3155a94225d34a70f10e659557c3 /home/rclone/rclone-test-kubolic3kiwe/flat/f001.txt 2026/07/01 01:17:49 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/flat/f001.txt" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/flat/f001.txt 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 46007547503950688fd883befced0e53561dae68 /home/rclone/rclone-test-kubolic3kiwe/flat/f001.txt 2026/07/01 01:17:49 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/flat/f002.txt" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/flat/f002.txt 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /home/rclone/rclone-test-kubolic3kiwe/flat/f002.txt 2026/07/01 01:17:49 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/flat/f002.txt" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/flat/f002.txt 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /home/rclone/rclone-test-kubolic3kiwe/flat/f002.txt 2026/07/01 01:17:49 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/flat/f003.txt" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/flat/f003.txt 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /home/rclone/rclone-test-kubolic3kiwe/flat/f003.txt 2026/07/01 01:17:49 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/flat/f003.txt" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/flat/f003.txt 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /home/rclone/rclone-test-kubolic3kiwe/flat/f003.txt 2026/07/01 01:17:49 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/flat/f004.txt" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/flat/f004.txt 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /home/rclone/rclone-test-kubolic3kiwe/flat/f004.txt 2026/07/01 01:17:49 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/flat/f004.txt" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: sha1sum /home/rclone/rclone-test-kubolic3kiwe/flat/f004.txt 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /home/rclone/rclone-test-kubolic3kiwe/flat/f004.txt 2026/07/01 01:17:49 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/07/01 01:17:49 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/07/01 01:17:49 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/07/01 01:17:49 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:49 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/flat/f000.txt" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/flat/f000.txt 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a217847fb21f7e963650acc42a7a3b39 /home/rclone/rclone-test-kubolic3kiwe/flat/f000.txt 2026/07/01 01:17:49 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/07/01 01:17:49 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/07/01 01:17:49 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/07/01 01:17:49 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:49 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/flat/f001.txt" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/flat/f001.txt 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: f4ae3155a94225d34a70f10e659557c3 /home/rclone/rclone-test-kubolic3kiwe/flat/f001.txt 2026/07/01 01:17:49 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/07/01 01:17:49 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/07/01 01:17:49 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/07/01 01:17:49 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:49 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/flat/f002.txt" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/flat/f002.txt 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /home/rclone/rclone-test-kubolic3kiwe/flat/f002.txt 2026/07/01 01:17:49 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/07/01 01:17:49 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/07/01 01:17:49 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/07/01 01:17:49 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:49 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/flat/f003.txt" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/flat/f003.txt 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /home/rclone/rclone-test-kubolic3kiwe/flat/f003.txt 2026/07/01 01:17:49 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/07/01 01:17:49 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/07/01 01:17:49 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/07/01 01:17:49 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:49 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/flat/f004.txt" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/flat/f004.txt 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /home/rclone/rclone-test-kubolic3kiwe/flat/f004.txt 2026/07/01 01:17:49 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/07/01 01:17:49 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:49 DEBUG : flat: Looking for writers 2026/07/01 01:17:49 DEBUG : f004.txt: reading active writers 2026/07/01 01:17:49 DEBUG : f000.txt: reading active writers 2026/07/01 01:17:49 DEBUG : f001.txt: reading active writers 2026/07/01 01:17:49 DEBUG : f002.txt: reading active writers 2026/07/01 01:17:49 DEBUG : f003.txt: reading active writers 2026/07/01 01:17:49 DEBUG : Looking for writers 2026/07/01 01:17:49 DEBUG : flat: reading active writers 2026/07/01 01:17:49 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (0.11s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:49 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:49 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/07/01 01:17:49 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/07/01 01:17:49 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:49 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/a/b/c/deep.txt" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/a/b/c/deep.txt 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 6627415e807ee33c7302917216e7da68 /home/rclone/rclone-test-kubolic3kiwe/a/b/c/deep.txt 2026/07/01 01:17:49 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/07/01 01:17:49 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/07/01 01:17:49 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/07/01 01:17:49 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:49 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/a/b/mid.txt" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/a/b/mid.txt 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /home/rclone/rclone-test-kubolic3kiwe/a/b/mid.txt 2026/07/01 01:17:49 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/07/01 01:17:49 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/07/01 01:17:49 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/07/01 01:17:49 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:49 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/a/top.txt" 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/a/top.txt 2026/07/01 01:17:49 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: b28354b543375bfa94dabaeda722927f /home/rclone/rclone-test-kubolic3kiwe/a/top.txt 2026/07/01 01:17:49 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/07/01 01:17:49 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:49 DEBUG : a/b/c: Looking for writers 2026/07/01 01:17:49 DEBUG : deep.txt: reading active writers 2026/07/01 01:17:49 DEBUG : a/b: Looking for writers 2026/07/01 01:17:49 DEBUG : c: reading active writers 2026/07/01 01:17:49 DEBUG : mid.txt: reading active writers 2026/07/01 01:17:49 DEBUG : a: Looking for writers 2026/07/01 01:17:49 DEBUG : b: reading active writers 2026/07/01 01:17:49 DEBUG : top.txt: reading active writers 2026/07/01 01:17:49 DEBUG : Looking for writers 2026/07/01 01:17:49 DEBUG : a: reading active writers 2026/07/01 01:17:49 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.04s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:49 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:49 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/07/01 01:17:49 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/07/01 01:17:49 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:49 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/bigdir/big.bin" 2026/07/01 01:17:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/bigdir/big.bin 2026/07/01 01:17:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: a98ca2214cd15ea59483ef2ef3b23cc4 /home/rclone/rclone-test-kubolic3kiwe/bigdir/big.bin 2026/07/01 01:17:50 DEBUG : bigdir/big.bin: Parsed hash: a98ca2214cd15ea59483ef2ef3b23cc4 2026/07/01 01:17:50 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:50 DEBUG : bigdir: Looking for writers 2026/07/01 01:17:50 DEBUG : big.bin: reading active writers 2026/07/01 01:17:50 DEBUG : Looking for writers 2026/07/01 01:17:50 DEBUG : bigdir: reading active writers 2026/07/01 01:17:50 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.66s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe", Local "Local file system at /tmp/rclone2937865095", Modify Window "1s" 2026/07/01 01:17:50 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: poll-interval is not supported by this remote 2026/07/01 01:17:50 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/07/01 01:17:50 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/07/01 01:17:50 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:50 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir1/a.txt" 2026/07/01 01:17:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir1/a.txt 2026/07/01 01:17:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /home/rclone/rclone-test-kubolic3kiwe/dir1/a.txt 2026/07/01 01:17:50 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/07/01 01:17:50 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/07/01 01:17:50 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/07/01 01:17:50 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:50 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir2/b.txt" 2026/07/01 01:17:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir2/b.txt 2026/07/01 01:17:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: 415290769594460e2e485922904f345d /home/rclone/rclone-test-kubolic3kiwe/dir2/b.txt 2026/07/01 01:17:50 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/07/01 01:17:50 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/07/01 01:17:50 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/07/01 01:17:50 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/01 01:17:50 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/01 01:17:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Shell path "/home/rclone/rclone-test-kubolic3kiwe/dir3/c.txt" 2026/07/01 01:17:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Running remote command: md5sum /home/rclone/rclone-test-kubolic3kiwe/dir3/c.txt 2026/07/01 01:17:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /home/rclone/rclone-test-kubolic3kiwe/dir3/c.txt 2026/07/01 01:17:50 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/07/01 01:17:50 DEBUG : WaitForWriters: timeout=30s 2026/07/01 01:17:50 DEBUG : dir1: Looking for writers 2026/07/01 01:17:50 DEBUG : a.txt: reading active writers 2026/07/01 01:17:50 DEBUG : dir2: Looking for writers 2026/07/01 01:17:50 DEBUG : b.txt: reading active writers 2026/07/01 01:17:50 DEBUG : dir3: Looking for writers 2026/07/01 01:17:50 DEBUG : c.txt: reading active writers 2026/07/01 01:17:50 DEBUG : Looking for writers 2026/07/01 01:17:50 DEBUG : dir1: reading active writers 2026/07/01 01:17:50 DEBUG : dir2: reading active writers 2026/07/01 01:17:50 DEBUG : dir3: reading active writers 2026/07/01 01:17:50 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.04s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/07/01 01:17:50 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-kubolic3kiwe: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPOpenssh: -verbose" - Finished OK in 11.890177127s (try 1/5)