"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPOpenssh: -verbose" - Starting (try 1/5) 2025/01/16 02:37:32 DEBUG : Creating backend with remote "TestSFTPOpenssh:rclone-test-woxoqoh1hito" 2025/01/16 02:37:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/16 02:37:32 DEBUG : Setting type="sftp" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_TYPE 2025/01/16 02:37:32 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2025/01/16 02:37:32 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2025/01/16 02:37:32 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2025/01/16 02:37:32 DEBUG : Setting pass="1gr-d9pWjm5TqCuUeAq1PeVsD2_Wm3ZE" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2025/01/16 02:37:32 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2025/01/16 02:37:32 DEBUG : TestSFTPOpenssh: detected overridden config - adding "{jTTkW}" suffix to name 2025/01/16 02:37:32 DEBUG : Setting host="127.0.0.1" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_HOST 2025/01/16 02:37:32 DEBUG : Setting user="rclone" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_USER 2025/01/16 02:37:32 DEBUG : Setting port="28627" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PORT 2025/01/16 02:37:32 DEBUG : Setting pass="1gr-d9pWjm5TqCuUeAq1PeVsD2_Wm3ZE" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_PASS 2025/01/16 02:37:32 DEBUG : Setting copy_is_hardlink="true" for "TestSFTPOpenssh" from environment variable RCLONE_CONFIG_TESTSFTPOPENSSH_COPY_IS_HARDLINK 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: New connection 127.0.0.1:33530->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell type "unix" from config 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Relative path resolved to "/home/rclone/rclone-test-woxoqoh1hito" 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Using root directory "/home/rclone/rclone-test-woxoqoh1hito" 2025/01/16 02:37:32 DEBUG : Creating backend with remote "/tmp/rclone2053516353" === RUN TestDirHandleMethods run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:32 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:32 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:32 DEBUG : dir: Looking for writers 2025/01/16 02:37:32 DEBUG : : Looking for writers 2025/01/16 02:37:32 DEBUG : dir: reading active writers 2025/01/16 02:37:32 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.04s) === RUN TestDirHandleReaddir run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:32 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file2" 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: d1b75f73cb5fce53969131dd22562187 /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:32 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file2" 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:32 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/subdir/file3" 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/subdir/file3 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /home/rclone/rclone-test-woxoqoh1hito/dir/subdir/file3 2025/01/16 02:37:32 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/subdir/file3" 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/subdir/file3 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /home/rclone/rclone-test-woxoqoh1hito/dir/subdir/file3 2025/01/16 02:37:32 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2025/01/16 02:37:32 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:32 DEBUG : dir/subdir: Looking for writers 2025/01/16 02:37:32 DEBUG : dir: Looking for writers 2025/01/16 02:37:32 DEBUG : file1: reading active writers 2025/01/16 02:37:32 DEBUG : file2: reading active writers 2025/01/16 02:37:32 DEBUG : subdir: reading active writers 2025/01/16 02:37:32 DEBUG : : Looking for writers 2025/01/16 02:37:32 DEBUG : dir: reading active writers 2025/01/16 02:37:32 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.06s) === RUN TestDirHandleReaddirnames run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:32 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:32 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:32 DEBUG : dir: Looking for writers 2025/01/16 02:37:32 DEBUG : file1: reading active writers 2025/01/16 02:37:32 DEBUG : : Looking for writers 2025/01/16 02:37:32 DEBUG : dir: reading active writers 2025/01/16 02:37:32 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.03s) === RUN TestDirMethods run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:32 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:32 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:32 DEBUG : dir: Looking for writers 2025/01/16 02:37:32 DEBUG : : Looking for writers 2025/01/16 02:37:32 DEBUG : dir: reading active writers 2025/01/16 02:37:32 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.03s) === RUN TestDirForgetAll run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:32 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:32 DEBUG : dir: forgetting directory cache 2025/01/16 02:37:32 DEBUG : : forgetting directory cache 2025/01/16 02:37:32 DEBUG : dir: forgetting directory cache 2025/01/16 02:37:32 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:32 DEBUG : : Looking for writers 2025/01/16 02:37:32 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.03s) === RUN TestDirForgetPath run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:32 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:32 DEBUG : : ForgetPath: relativePath="dir/notfound", type=1 2025/01/16 02:37:32 DEBUG : dir: invalidating directory cache 2025/01/16 02:37:32 DEBUG : : >ForgetPath: 2025/01/16 02:37:32 DEBUG : : ForgetPath: relativePath="dir", type=0 2025/01/16 02:37:32 DEBUG : : invalidating directory cache 2025/01/16 02:37:32 DEBUG : dir: forgetting directory cache 2025/01/16 02:37:32 DEBUG : : >ForgetPath: 2025/01/16 02:37:32 DEBUG : : ForgetPath: relativePath="not/in/cache", type=0 2025/01/16 02:37:32 DEBUG : : >ForgetPath: 2025/01/16 02:37:32 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:32 DEBUG : dir: Looking for writers 2025/01/16 02:37:32 DEBUG : : Looking for writers 2025/01/16 02:37:32 DEBUG : dir: reading active writers 2025/01/16 02:37:32 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.03s) === RUN TestDirWalk run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:32 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: New connection 127.0.0.1:33534->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/fil/a/b/c" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/fil/a/b/c 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /home/rclone/rclone-test-woxoqoh1hito/fil/a/b/c 2025/01/16 02:37:33 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/fil/a/b/c" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/fil/a/b/c 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /home/rclone/rclone-test-woxoqoh1hito/fil/a/b/c 2025/01/16 02:37:33 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:33 DEBUG : : forgetting directory cache 2025/01/16 02:37:33 DEBUG : dir: forgetting directory cache 2025/01/16 02:37:33 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:33 DEBUG : dir: Looking for writers 2025/01/16 02:37:33 DEBUG : fil/a/b: Looking for writers 2025/01/16 02:37:33 DEBUG : fil/a: Looking for writers 2025/01/16 02:37:33 DEBUG : b: reading active writers 2025/01/16 02:37:33 DEBUG : fil: Looking for writers 2025/01/16 02:37:33 DEBUG : a: reading active writers 2025/01/16 02:37:33 DEBUG : : Looking for writers 2025/01/16 02:37:33 DEBUG : dir: reading active writers 2025/01/16 02:37:33 DEBUG : fil: reading active writers 2025/01/16 02:37:33 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.16s) === RUN TestDirSetModTime run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:33 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:33 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:33 DEBUG : dir: Looking for writers 2025/01/16 02:37:33 DEBUG : : Looking for writers 2025/01/16 02:37:33 DEBUG : dir: reading active writers 2025/01/16 02:37:33 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.03s) === RUN TestDirStat run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:33 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:33 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:33 DEBUG : dir: Looking for writers 2025/01/16 02:37:33 DEBUG : file1: reading active writers 2025/01/16 02:37:33 DEBUG : : Looking for writers 2025/01/16 02:37:33 DEBUG : dir: reading active writers 2025/01/16 02:37:33 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.03s) === RUN TestDirReadDirAll run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:33 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file2" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: d1b75f73cb5fce53969131dd22562187 /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:33 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file2" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:33 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/subdir/file3" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/subdir/file3 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /home/rclone/rclone-test-woxoqoh1hito/dir/subdir/file3 2025/01/16 02:37:33 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/subdir/file3" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/subdir/file3 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /home/rclone/rclone-test-woxoqoh1hito/dir/subdir/file3 2025/01/16 02:37:33 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2025/01/16 02:37:33 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2025/01/16 02:37:33 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2025/01/16 02:37:33 DEBUG : dir: Added virtual directory entry vDel: "file2" 2025/01/16 02:37:33 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2025/01/16 02:37:33 DEBUG : Waiting for deletions to finish 2025/01/16 02:37:33 INFO : dir/subdir/file3: Deleted 2025/01/16 02:37:33 DEBUG : removing 1 level 2 directories 2025/01/16 02:37:33 INFO : dir/subdir: Removing directory 2025/01/16 02:37:33 DEBUG : dir: invalidating directory cache 2025/01/16 02:37:33 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2025/01/16 02:37:33 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2025/01/16 02:37:33 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2025/01/16 02:37:33 DEBUG : dir/file1: Reset virtual modtime 2025/01/16 02:37:33 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2025/01/16 02:37:33 DEBUG : dir/virtualFile: Reset virtual modtime 2025/01/16 02:37:33 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2025/01/16 02:37:33 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2025/01/16 02:37:33 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/01/16 02:37:33 DEBUG : dir: invalidating directory cache 2025/01/16 02:37:33 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2025/01/16 02:37:33 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2025/01/16 02:37:33 DEBUG : dir/virtualFile: Reset virtual modtime 2025/01/16 02:37:33 DEBUG : : forgetting directory cache 2025/01/16 02:37:33 DEBUG : dir: forgetting directory cache 2025/01/16 02:37:33 DEBUG : dir/virtualDir: forgetting directory cache 2025/01/16 02:37:33 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:33 DEBUG : dir/virtualDir: Looking for writers 2025/01/16 02:37:33 DEBUG : dir: Looking for writers 2025/01/16 02:37:33 DEBUG : virtualFile: reading active writers 2025/01/16 02:37:33 DEBUG : virtualDir: reading active writers 2025/01/16 02:37:33 DEBUG : file1: reading active writers 2025/01/16 02:37:33 DEBUG : virtualFile2: reading active writers 2025/01/16 02:37:33 DEBUG : : Looking for writers 2025/01/16 02:37:33 DEBUG : dir: reading active writers 2025/01/16 02:37:33 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.08s) --- PASS: TestDirReadDirAll/Virtual (0.02s) === RUN TestDirOpen run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:33 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:33 ERROR : dir/: Can only open directories read only 2025/01/16 02:37:33 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:33 DEBUG : dir: Looking for writers 2025/01/16 02:37:33 DEBUG : : Looking for writers 2025/01/16 02:37:33 DEBUG : dir: reading active writers 2025/01/16 02:37:33 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.03s) === RUN TestDirCreate run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:33 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:33 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:33 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2025/01/16 02:37:33 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2025/01/16 02:37:33 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: File to upload is small (5 bytes), uploading instead of streaming 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/potato" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/potato 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-woxoqoh1hito/dir/potato 2025/01/16 02:37:33 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2025/01/16 02:37:33 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/01/16 02:37:33 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2025/01/16 02:37:33 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2025/01/16 02:37:33 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:33 DEBUG : dir: Looking for writers 2025/01/16 02:37:33 DEBUG : file1: reading active writers 2025/01/16 02:37:33 DEBUG : potato: reading active writers 2025/01/16 02:37:33 DEBUG : : Looking for writers 2025/01/16 02:37:33 DEBUG : dir: reading active writers 2025/01/16 02:37:33 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.14s) === RUN TestDirMkdir run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:33 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:33 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:33 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:33 DEBUG : dir/sub: Looking for writers 2025/01/16 02:37:33 DEBUG : dir: Looking for writers 2025/01/16 02:37:33 DEBUG : file1: reading active writers 2025/01/16 02:37:33 DEBUG : sub: reading active writers 2025/01/16 02:37:33 DEBUG : : Looking for writers 2025/01/16 02:37:33 DEBUG : dir: reading active writers 2025/01/16 02:37:33 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.15s) === RUN TestDirMkdirSub run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:33 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:33 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2025/01/16 02:37:33 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:33 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:33 DEBUG : dir/sub/subsub: Looking for writers 2025/01/16 02:37:33 DEBUG : dir/sub: Looking for writers 2025/01/16 02:37:33 DEBUG : subsub: reading active writers 2025/01/16 02:37:33 DEBUG : dir: Looking for writers 2025/01/16 02:37:33 DEBUG : file1: reading active writers 2025/01/16 02:37:33 DEBUG : sub: reading active writers 2025/01/16 02:37:33 DEBUG : : Looking for writers 2025/01/16 02:37:33 DEBUG : dir: reading active writers 2025/01/16 02:37:33 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.06s) === RUN TestDirRemove run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:33 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:33 ERROR : dir/: Dir.Remove not empty 2025/01/16 02:37:33 DEBUG : dir/file1: Remove: 2025/01/16 02:37:33 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/01/16 02:37:33 DEBUG : dir/file1: >Remove: err= 2025/01/16 02:37:33 DEBUG : : Added virtual directory entry vDel: "dir" 2025/01/16 02:37:33 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:33 DEBUG : : Looking for writers 2025/01/16 02:37:33 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.03s) === RUN TestDirRemoveAll run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:33 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:33 DEBUG : dir/file1: Remove: 2025/01/16 02:37:33 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/01/16 02:37:33 DEBUG : dir/file1: >Remove: err= 2025/01/16 02:37:33 DEBUG : : Added virtual directory entry vDel: "dir" 2025/01/16 02:37:33 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:33 DEBUG : : Looking for writers 2025/01/16 02:37:33 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.02s) === RUN TestDirRemoveName run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:33 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:33 DEBUG : dir/file1: Remove: 2025/01/16 02:37:33 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/01/16 02:37:33 DEBUG : dir/file1: >Remove: err= 2025/01/16 02:37:33 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:33 DEBUG : dir: Looking for writers 2025/01/16 02:37:33 DEBUG : : Looking for writers 2025/01/16 02:37:33 DEBUG : dir: reading active writers 2025/01/16 02:37:33 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.13s) === RUN TestDirRename run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:33 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file3" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file3 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /home/rclone/rclone-test-woxoqoh1hito/dir/file3 2025/01/16 02:37:33 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file3" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file3 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /home/rclone/rclone-test-woxoqoh1hito/dir/file3 2025/01/16 02:37:33 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2025/01/16 02:37:33 ERROR : dir/not found: Dir.Rename error: file does not exist 2025/01/16 02:37:33 DEBUG : dir: Updating dir with dir2 0xc0008241a0 2025/01/16 02:37:33 DEBUG : dir: forgetting directory cache 2025/01/16 02:37:33 DEBUG : : Added virtual directory entry vDel: "dir" 2025/01/16 02:37:33 DEBUG : : Added virtual directory entry vAddDir: "dir2" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir2/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir2/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir2/file1 2025/01/16 02:37:33 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir2/file1" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir2/file1 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir2/file1 2025/01/16 02:37:33 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir2/file3" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir2/file3 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /home/rclone/rclone-test-woxoqoh1hito/dir2/file3 2025/01/16 02:37:33 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir2/file3" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir2/file3 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /home/rclone/rclone-test-woxoqoh1hito/dir2/file3 2025/01/16 02:37:33 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2025/01/16 02:37:33 INFO : dir2/file1: Moved (server-side) to: file2 2025/01/16 02:37:33 DEBUG : file2: Updating file with file2 0xc0003cafc0 2025/01/16 02:37:33 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2025/01/16 02:37:33 DEBUG : : Added virtual directory entry vAddFile: "file2" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file2" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file2 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/file2 2025/01/16 02:37:33 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file2" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/file2 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/file2 2025/01/16 02:37:33 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir2/file3" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir2/file3 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /home/rclone/rclone-test-woxoqoh1hito/dir2/file3 2025/01/16 02:37:33 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir2/file3" 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir2/file3 2025/01/16 02:37:33 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /home/rclone/rclone-test-woxoqoh1hito/dir2/file3 2025/01/16 02:37:33 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2025/01/16 02:37:33 INFO : dir2/file3: Deleted 2025/01/16 02:37:34 INFO : file2: Moved (server-side) to: dir2/file3 2025/01/16 02:37:34 DEBUG : dir2/file3: Updating file with dir2/file3 0xc0003cafc0 2025/01/16 02:37:34 DEBUG : : Added virtual directory entry vDel: "file2" 2025/01/16 02:37:34 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir2/file3" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir2/file3 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir2/file3 2025/01/16 02:37:34 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir2/file3" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir2/file3 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir2/file3 2025/01/16 02:37:34 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 DEBUG : : Added virtual directory entry vAddDir: "empty directory" 2025/01/16 02:37:34 DEBUG : empty directory: Updating dir with renamed empty directory 0xc00078e340 2025/01/16 02:37:34 DEBUG : empty directory: forgetting directory cache 2025/01/16 02:37:34 DEBUG : : Added virtual directory entry vDel: "empty directory" 2025/01/16 02:37:34 DEBUG : : Added virtual directory entry vAddDir: "renamed empty directory" 2025/01/16 02:37:34 DEBUG : dir2: Renaming to "dir3" 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir3: Looking for writers 2025/01/16 02:37:34 DEBUG : file3: reading active writers 2025/01/16 02:37:34 DEBUG : renamed empty directory: Looking for writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir3: reading active writers 2025/01/16 02:37:34 DEBUG : renamed empty directory: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: --- PASS: TestDirRename (0.21s) === RUN TestDirStructSize dir_test.go:608: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:34 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2025/01/16 02:37:34 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:34 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2025/01/16 02:37:34 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2025/01/16 02:37:34 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2025/01/16 02:37:34 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2025/01/16 02:37:34 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2025/01/16 02:37:34 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:34 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2025/01/16 02:37:34 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2025/01/16 02:37:34 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2025/01/16 02:37:34 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2025/01/16 02:37:34 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: File to upload is small (12 bytes), uploading instead of streaming 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/sub/file2" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/sub/file2 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /home/rclone/rclone-test-woxoqoh1hito/dir/sub/file2 2025/01/16 02:37:34 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2025/01/16 02:37:34 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2025/01/16 02:37:34 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2025/01/16 02:37:34 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2025/01/16 02:37:34 DEBUG : : forgetting directory cache 2025/01/16 02:37:34 DEBUG : dir: forgetting directory cache 2025/01/16 02:37:34 DEBUG : dir/sub: forgetting directory cache 2025/01/16 02:37:34 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2025/01/16 02:37:34 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: File to upload is small (5 bytes), uploading instead of streaming 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/sub/file0" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/sub/file0 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-woxoqoh1hito/dir/sub/file0 2025/01/16 02:37:34 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2025/01/16 02:37:34 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/01/16 02:37:34 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2025/01/16 02:37:34 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir/sub: Looking for writers 2025/01/16 02:37:34 DEBUG : file0: reading active writers 2025/01/16 02:37:34 DEBUG : file2: reading active writers 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : sub: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.05s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:34 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.02s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:34 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 DEBUG : Can set mod time: true 2025/01/16 02:37:34 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:34 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2025/01/16 02:37:34 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: File to upload is small (0 bytes), uploading instead of streaming 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/01/16 02:37:34 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/01/16 02:37:34 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2025/01/16 02:37:34 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:34 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2025/01/16 02:37:34 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: File to upload is small (5 bytes), uploading instead of streaming 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2025/01/16 02:37:34 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/01/16 02:37:34 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2025/01/16 02:37:34 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:34 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:34 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 DEBUG : dir/file1: Open: flags=O_WRONLY 2025/01/16 02:37:34 DEBUG : dir/file1: newRWFileHandle: 2025/01/16 02:37:34 DEBUG : dir/file1: >newRWFileHandle: err= 2025/01/16 02:37:34 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/01/16 02:37:34 DEBUG : dir/file1(0xc0006f8680): close: 2025/01/16 02:37:34 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2025/01/16 02:37:34 DEBUG : dir/file1(0xc0006f8680): >close: err= 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:34 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 DEBUG : dir/file1: Open: flags=O_WRONLY 2025/01/16 02:37:34 DEBUG : dir/file1: newRWFileHandle: 2025/01/16 02:37:34 DEBUG : dir/file1: >newRWFileHandle: err= 2025/01/16 02:37:34 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/01/16 02:37:34 DEBUG : dir/file1(0xc0006f8a40): _writeAt: size=5, off=0 2025/01/16 02:37:34 DEBUG : dir/file1(0xc0006f8a40): openPending: 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2025/01/16 02:37:34 DEBUG : dir/file1: vfs cache: truncate to size=14 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:34 DEBUG : dir/file1(0xc0006f8a40): >openPending: err= 2025/01/16 02:37:34 DEBUG : dir/file1(0xc0006f8a40): >_writeAt: n=5, err= 2025/01/16 02:37:34 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2025/01/16 02:37:34 DEBUG : dir/file1(0xc0006f8a40): close: 2025/01/16 02:37:34 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2025/01/16 02:37:34 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2025/01/16 02:37:34 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2025/01/16 02:37:34 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2025/01/16 02:37:34 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2025/01/16 02:37:34 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:34 DEBUG : dir/file1(0xc0006f8a40): >close: err= 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2025/01/16 02:37:34 DEBUG : dir/file1: vfs cache: starting upload 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1.b6fbcc80.partial" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1.b6fbcc80.partial 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /home/rclone/rclone-test-woxoqoh1hito/dir/file1.b6fbcc80.partial 2025/01/16 02:37:34 DEBUG : dir/file1.b6fbcc80.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2025/01/16 02:37:34 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2025/01/16 02:37:34 DEBUG : dir/file1.b6fbcc80.partial: renamed to: dir/file1 2025/01/16 02:37:34 INFO : dir/file1: Copied (replaced existing) 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2025/01/16 02:37:34 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2025/01/16 02:37:34 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2025/01/16 02:37:34 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:34 INFO : dir/file1: vfs cache: upload succeeded try #1 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (0.39s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.04s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.04s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.04s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.04s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.04s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.20s) === RUN TestFileOpenRead run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:34 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 DEBUG : dir/file1: Open: flags=O_RDONLY 2025/01/16 02:37:34 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2025/01/16 02:37:34 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:34 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.03s) === RUN TestFileOpenReadUnknownSize 2025/01/16 02:37:34 INFO : Mock file system at root: poll-interval is not supported by this remote 2025/01/16 02:37:34 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/01/16 02:37:34 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:34 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : file.txt: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:34 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: File to upload is small (25 bytes), uploading instead of streaming 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2025/01/16 02:37:34 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2025/01/16 02:37:34 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.03s) === RUN TestFileRemove run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:34 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 DEBUG : dir/file1: Remove: 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/01/16 02:37:34 DEBUG : dir/file1: >Remove: err= 2025/01/16 02:37:34 DEBUG : dir/file1: Remove: 2025/01/16 02:37:34 DEBUG : dir/file1: >Remove: err=Read only file system 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.03s) === RUN TestFileRemoveAll run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:34 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 DEBUG : dir/file1: Remove: 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/01/16 02:37:34 DEBUG : dir/file1: >Remove: err= 2025/01/16 02:37:34 DEBUG : dir/file1: Remove: 2025/01/16 02:37:34 DEBUG : dir/file1: >Remove: err=Read only file system 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.03s) === RUN TestFileOpen run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:34 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 DEBUG : dir/file1: Open: flags=O_RDONLY 2025/01/16 02:37:34 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2025/01/16 02:37:34 DEBUG : dir/file1: Open: flags=O_WRONLY 2025/01/16 02:37:34 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2025/01/16 02:37:34 DEBUG : dir/file1: Open: flags=O_RDWR 2025/01/16 02:37:34 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2025/01/16 02:37:34 DEBUG : dir/file1: Open: flags=0x3 2025/01/16 02:37:34 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2025/01/16 02:37:34 DEBUG : dir/file1: >Open: fd=, err=permission denied 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.03s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:34 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 INFO : dir/file1: Moved (server-side) to: newLeaf 2025/01/16 02:37:34 DEBUG : newLeaf: Updating file with newLeaf 0xc000808fc0 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/01/16 02:37:34 DEBUG : : Added virtual directory entry vAddFile: "newLeaf" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:34 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:34 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 INFO : newLeaf: Moved (server-side) to: dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Updating file with dir/file1 0xc000808fc0 2025/01/16 02:37:34 DEBUG : : Added virtual directory entry vDel: "newLeaf" 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2025/01/16 02:37:34 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:34 DEBUG : dir/file1: File is currently open, delaying rename 0xc000808fc0 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/01/16 02:37:34 DEBUG : : Added virtual directory entry vAddFile: "newLeaf" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: File to upload is small (25 bytes), uploading instead of streaming 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2025/01/16 02:37:34 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2025/01/16 02:37:34 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2025/01/16 02:37:34 DEBUG : : Added virtual directory entry vAddFile: "newLeaf" 2025/01/16 02:37:34 DEBUG : newLeaf: Running delayed rename now 2025/01/16 02:37:34 INFO : dir/file1: Moved (server-side) to: newLeaf 2025/01/16 02:37:34 DEBUG : newLeaf: Updating file with newLeaf 0xc000808fc0 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:34 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:34 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:34 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 INFO : dir/file1: Moved (server-side) to: newLeaf 2025/01/16 02:37:34 DEBUG : newLeaf: Updating file with newLeaf 0xc0004eb5c0 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/01/16 02:37:34 DEBUG : : Added virtual directory entry vAddFile: "newLeaf" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:34 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:34 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 INFO : newLeaf: Moved (server-side) to: dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Updating file with dir/file1 0xc0004eb5c0 2025/01/16 02:37:34 DEBUG : : Added virtual directory entry vDel: "newLeaf" 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2025/01/16 02:37:34 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:34 DEBUG : dir/file1: File is currently open, delaying rename 0xc0004eb5c0 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/01/16 02:37:34 DEBUG : : Added virtual directory entry vAddFile: "newLeaf" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: File to upload is small (25 bytes), uploading instead of streaming 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2025/01/16 02:37:34 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2025/01/16 02:37:34 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2025/01/16 02:37:34 DEBUG : : Added virtual directory entry vAddFile: "newLeaf" 2025/01/16 02:37:34 DEBUG : newLeaf: Running delayed rename now 2025/01/16 02:37:34 INFO : dir/file1: Moved (server-side) to: newLeaf 2025/01/16 02:37:34 DEBUG : newLeaf: Updating file with newLeaf 0xc0004eb5c0 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:34 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:34 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:34 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:34 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2025/01/16 02:37:34 DEBUG : dir/file1: newRWFileHandle: 2025/01/16 02:37:34 DEBUG : dir/file1(0xc000145dc0): openPending: 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2025/01/16 02:37:34 DEBUG : dir/file1: vfs cache: truncate to size=14 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:34 DEBUG : dir/file1(0xc000145dc0): >openPending: err= 2025/01/16 02:37:34 DEBUG : dir/file1: vfs cache: truncate to size=0 2025/01/16 02:37:34 DEBUG : dir/file1: >newRWFileHandle: err= 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:34 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/01/16 02:37:34 DEBUG : dir/file1(0xc000145dc0): _writeAt: size=14, off=0 2025/01/16 02:37:34 DEBUG : dir/file1(0xc000145dc0): >_writeAt: n=14, err= 2025/01/16 02:37:34 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2025/01/16 02:37:34 DEBUG : dir/file1(0xc000145dc0): close: 2025/01/16 02:37:34 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2025/01/16 02:37:34 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2025/01/16 02:37:34 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:34 DEBUG : dir/file1(0xc000145dc0): >close: err= 2025/01/16 02:37:34 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2025/01/16 02:37:34 DEBUG : dir/file1: vfs cache: starting upload 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1.53508f02.partial" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1.53508f02.partial 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1.53508f02.partial 2025/01/16 02:37:34 DEBUG : dir/file1.53508f02.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/01/16 02:37:34 DEBUG : dir/file1.53508f02.partial: renamed to: dir/file1 2025/01/16 02:37:34 INFO : dir/file1: Copied (replaced existing) 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2025/01/16 02:37:34 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:34 INFO : dir/file1: vfs cache: upload succeeded try #1 2025/01/16 02:37:34 DEBUG : dir: Looking for writers 2025/01/16 02:37:34 DEBUG : file1: reading active writers 2025/01/16 02:37:34 DEBUG : : Looking for writers 2025/01/16 02:37:34 DEBUG : dir: reading active writers 2025/01/16 02:37:34 DEBUG : >WaitForWriters: 2025/01/16 02:37:34 DEBUG : dir/file1: Open: flags=O_RDONLY 2025/01/16 02:37:34 DEBUG : dir/file1: newRWFileHandle: 2025/01/16 02:37:34 DEBUG : dir/file1: >newRWFileHandle: err= 2025/01/16 02:37:34 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/01/16 02:37:34 DEBUG : dir/file1(0xc00083e880): _readAt: size=512, off=0 2025/01/16 02:37:34 DEBUG : dir/file1(0xc00083e880): openPending: 2025/01/16 02:37:34 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" 2025/01/16 02:37:34 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:34 DEBUG : dir/file1(0xc00083e880): >openPending: err= 2025/01/16 02:37:34 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2025/01/16 02:37:34 DEBUG : dir/file1(0xc00083e880): >_readAt: n=14, err=EOF 2025/01/16 02:37:34 DEBUG : dir/file1(0xc00083e880): close: 2025/01/16 02:37:34 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2025/01/16 02:37:34 DEBUG : dir/file1(0xc00083e880): >close: err= 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:34 INFO : dir/file1: Moved (server-side) to: newLeaf 2025/01/16 02:37:34 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2025/01/16 02:37:34 DEBUG : newLeaf: Updating file with newLeaf 0xc0003ca900 2025/01/16 02:37:34 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/01/16 02:37:34 DEBUG : : Added virtual directory entry vAddFile: "newLeaf" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:34 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:34 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:35 INFO : newLeaf: Moved (server-side) to: dir/file1 2025/01/16 02:37:35 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2025/01/16 02:37:35 DEBUG : dir/file1: Updating file with dir/file1 0xc0003ca900 2025/01/16 02:37:35 DEBUG : : Added virtual directory entry vDel: "newLeaf" 2025/01/16 02:37:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:35 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2025/01/16 02:37:35 DEBUG : dir/file1: newRWFileHandle: 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000b1c900): openPending: 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:35 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" 2025/01/16 02:37:35 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2025/01/16 02:37:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000b1c900): >openPending: err= 2025/01/16 02:37:35 DEBUG : dir/file1: vfs cache: truncate to size=0 2025/01/16 02:37:35 DEBUG : dir/file1: >newRWFileHandle: err= 2025/01/16 02:37:35 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000b1c900): _writeAt: size=25, off=0 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000b1c900): >_writeAt: n=25, err= 2025/01/16 02:37:35 INFO : dir/file1: Moved (server-side) to: newLeaf 2025/01/16 02:37:35 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2025/01/16 02:37:35 DEBUG : newLeaf: Updating file with newLeaf 0xc0003ca900 2025/01/16 02:37:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/01/16 02:37:35 DEBUG : : Added virtual directory entry vAddFile: "newLeaf" 2025/01/16 02:37:35 DEBUG : newLeaf(0xc000b1c900): close: 2025/01/16 02:37:35 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2025/01/16 02:37:35 DEBUG : newLeaf: vfs cache: setting modification time to 2025-01-16 02:37:35.020378066 +0000 UTC m=+2.429927270 2025/01/16 02:37:35 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:35 DEBUG : newLeaf(0xc000b1c900): >close: err= 2025/01/16 02:37:35 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2025/01/16 02:37:35 DEBUG : newLeaf: vfs cache: starting upload 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf.7c7802cd.partial" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf.7c7802cd.partial 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-woxoqoh1hito/newLeaf.7c7802cd.partial 2025/01/16 02:37:35 DEBUG : newLeaf.7c7802cd.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2025/01/16 02:37:35 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2025/01/16 02:37:35 DEBUG : newLeaf.7c7802cd.partial: renamed to: newLeaf 2025/01/16 02:37:35 INFO : newLeaf: Copied (replaced existing) 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2025/01/16 02:37:35 DEBUG : newLeaf: vfs cache: fingerprint now "25,2025-01-16 02:37:35 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2025/01/16 02:37:35 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2025/01/16 02:37:35 DEBUG : : Added virtual directory entry vAddFile: "newLeaf" 2025/01/16 02:37:35 INFO : newLeaf: vfs cache: upload succeeded try #1 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:35 DEBUG : >WaitForWriters: 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2025/01/16 02:37:35 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:35 DEBUG : >WaitForWriters: 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:35 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:35 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:35 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:35 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:35 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : file1: reading active writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : >WaitForWriters: 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:35 INFO : dir/file1: Moved (server-side) to: newLeaf 2025/01/16 02:37:35 DEBUG : newLeaf: Updating file with newLeaf 0xc0007cfbc0 2025/01/16 02:37:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/01/16 02:37:35 DEBUG : : Added virtual directory entry vAddFile: "newLeaf" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:35 INFO : newLeaf: Moved (server-side) to: dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Updating file with dir/file1 0xc0007cfbc0 2025/01/16 02:37:35 DEBUG : : Added virtual directory entry vDel: "newLeaf" 2025/01/16 02:37:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:35 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2025/01/16 02:37:35 DEBUG : dir/file1: newRWFileHandle: 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000ada500): openPending: 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:35 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2025/01/16 02:37:35 DEBUG : dir/file1: vfs cache: truncate to size=14 2025/01/16 02:37:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000ada500): >openPending: err= 2025/01/16 02:37:35 DEBUG : dir/file1: vfs cache: truncate to size=0 2025/01/16 02:37:35 DEBUG : dir/file1: >newRWFileHandle: err= 2025/01/16 02:37:35 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000ada500): _writeAt: size=25, off=0 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000ada500): >_writeAt: n=25, err= 2025/01/16 02:37:35 INFO : dir/file1: Moved (server-side) to: newLeaf 2025/01/16 02:37:35 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2025/01/16 02:37:35 DEBUG : newLeaf: Updating file with newLeaf 0xc0007cfbc0 2025/01/16 02:37:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/01/16 02:37:35 DEBUG : : Added virtual directory entry vAddFile: "newLeaf" 2025/01/16 02:37:35 DEBUG : newLeaf(0xc000ada500): close: 2025/01/16 02:37:35 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2025/01/16 02:37:35 DEBUG : newLeaf: vfs cache: setting modification time to 2025-01-16 02:37:35.255271503 +0000 UTC m=+2.664820717 2025/01/16 02:37:35 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:35 DEBUG : newLeaf(0xc000ada500): >close: err= 2025/01/16 02:37:35 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2025/01/16 02:37:35 DEBUG : newLeaf: vfs cache: starting upload 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf.9e3736b4.partial" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf.9e3736b4.partial 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-woxoqoh1hito/newLeaf.9e3736b4.partial 2025/01/16 02:37:35 DEBUG : newLeaf.9e3736b4.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2025/01/16 02:37:35 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2025/01/16 02:37:35 DEBUG : newLeaf.9e3736b4.partial: renamed to: newLeaf 2025/01/16 02:37:35 INFO : newLeaf: Copied (replaced existing) 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2025/01/16 02:37:35 DEBUG : newLeaf: vfs cache: fingerprint now "25,2025-01-16 02:37:35 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2025/01/16 02:37:35 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2025/01/16 02:37:35 DEBUG : : Added virtual directory entry vAddFile: "newLeaf" 2025/01/16 02:37:35 INFO : newLeaf: vfs cache: upload succeeded try #1 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:35 DEBUG : >WaitForWriters: 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2025/01/16 02:37:35 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:35 DEBUG : >WaitForWriters: 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:35 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:35 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:35 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:35 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:35 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2025/01/16 02:37:35 DEBUG : dir/file1: newRWFileHandle: 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000adaf00): openPending: 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:35 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2025/01/16 02:37:35 DEBUG : dir/file1: vfs cache: truncate to size=14 2025/01/16 02:37:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000adaf00): >openPending: err= 2025/01/16 02:37:35 DEBUG : dir/file1: vfs cache: truncate to size=0 2025/01/16 02:37:35 DEBUG : dir/file1: >newRWFileHandle: err= 2025/01/16 02:37:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:35 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000adaf00): _writeAt: size=14, off=0 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000adaf00): >_writeAt: n=14, err= 2025/01/16 02:37:35 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000adaf00): close: 2025/01/16 02:37:35 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2025/01/16 02:37:35 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2025/01/16 02:37:35 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000adaf00): >close: err= 2025/01/16 02:37:35 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : file1: reading active writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : file1: reading active writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : file1: reading active writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : file1: reading active writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2025/01/16 02:37:35 DEBUG : dir/file1: vfs cache: starting upload 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1.53508f02.partial" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1.53508f02.partial 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1.53508f02.partial 2025/01/16 02:37:35 DEBUG : dir/file1.53508f02.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:35 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/01/16 02:37:35 DEBUG : dir/file1.53508f02.partial: renamed to: dir/file1 2025/01/16 02:37:35 INFO : dir/file1: Copied (replaced existing) 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:35 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2025/01/16 02:37:35 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2025/01/16 02:37:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:35 INFO : dir/file1: vfs cache: upload succeeded try #1 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : file1: reading active writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : >WaitForWriters: 2025/01/16 02:37:35 DEBUG : dir/file1: Open: flags=O_RDONLY 2025/01/16 02:37:35 DEBUG : dir/file1: newRWFileHandle: 2025/01/16 02:37:35 DEBUG : dir/file1: >newRWFileHandle: err= 2025/01/16 02:37:35 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000b9cac0): _readAt: size=512, off=0 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000b9cac0): openPending: 2025/01/16 02:37:35 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" 2025/01/16 02:37:35 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2025/01/16 02:37:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000b9cac0): >openPending: err= 2025/01/16 02:37:35 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000b9cac0): >_readAt: n=14, err=EOF 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000b9cac0): close: 2025/01/16 02:37:35 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000b9cac0): >close: err= 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:35 INFO : dir/file1: Moved (server-side) to: newLeaf 2025/01/16 02:37:35 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2025/01/16 02:37:35 DEBUG : newLeaf: Updating file with newLeaf 0xc000af0240 2025/01/16 02:37:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/01/16 02:37:35 DEBUG : : Added virtual directory entry vAddFile: "newLeaf" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:35 INFO : newLeaf: Moved (server-side) to: dir/file1 2025/01/16 02:37:35 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2025/01/16 02:37:35 DEBUG : dir/file1: Updating file with dir/file1 0xc000af0240 2025/01/16 02:37:35 DEBUG : : Added virtual directory entry vDel: "newLeaf" 2025/01/16 02:37:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:35 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2025/01/16 02:37:35 DEBUG : dir/file1: newRWFileHandle: 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000b7c640): openPending: 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:35 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" 2025/01/16 02:37:35 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2025/01/16 02:37:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000b7c640): >openPending: err= 2025/01/16 02:37:35 DEBUG : dir/file1: vfs cache: truncate to size=0 2025/01/16 02:37:35 DEBUG : dir/file1: >newRWFileHandle: err= 2025/01/16 02:37:35 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000b7c640): _writeAt: size=25, off=0 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000b7c640): >_writeAt: n=25, err= 2025/01/16 02:37:35 INFO : dir/file1: Moved (server-side) to: newLeaf 2025/01/16 02:37:35 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2025/01/16 02:37:35 DEBUG : newLeaf: Updating file with newLeaf 0xc000af0240 2025/01/16 02:37:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/01/16 02:37:35 DEBUG : : Added virtual directory entry vAddFile: "newLeaf" 2025/01/16 02:37:35 DEBUG : newLeaf(0xc000b7c640): close: 2025/01/16 02:37:35 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2025/01/16 02:37:35 DEBUG : newLeaf: vfs cache: setting modification time to 2025-01-16 02:37:35.653077864 +0000 UTC m=+3.062627078 2025/01/16 02:37:35 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:35 DEBUG : newLeaf(0xc000b7c640): >close: err= 2025/01/16 02:37:35 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2025/01/16 02:37:35 DEBUG : newLeaf: vfs cache: starting upload 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf.2e233296.partial" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf.2e233296.partial 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-woxoqoh1hito/newLeaf.2e233296.partial 2025/01/16 02:37:35 DEBUG : newLeaf.2e233296.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2025/01/16 02:37:35 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2025/01/16 02:37:35 DEBUG : newLeaf.2e233296.partial: renamed to: newLeaf 2025/01/16 02:37:35 INFO : newLeaf: Copied (replaced existing) 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2025/01/16 02:37:35 DEBUG : newLeaf: vfs cache: fingerprint now "25,2025-01-16 02:37:35 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2025/01/16 02:37:35 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2025/01/16 02:37:35 DEBUG : : Added virtual directory entry vAddFile: "newLeaf" 2025/01/16 02:37:35 INFO : newLeaf: vfs cache: upload succeeded try #1 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:35 DEBUG : >WaitForWriters: 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2025/01/16 02:37:35 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:35 DEBUG : >WaitForWriters: 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:35 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:35 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:35 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:35 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:35 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : file1: reading active writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : >WaitForWriters: 2025/01/16 02:37:35 DEBUG : dir/file1: Open: flags=O_RDONLY 2025/01/16 02:37:35 DEBUG : dir/file1: newRWFileHandle: 2025/01/16 02:37:35 DEBUG : dir/file1: >newRWFileHandle: err= 2025/01/16 02:37:35 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000b7c400): _readAt: size=512, off=0 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000b7c400): openPending: 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:35 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2025/01/16 02:37:35 DEBUG : dir/file1: vfs cache: truncate to size=14 2025/01/16 02:37:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000b7c400): >openPending: err= 2025/01/16 02:37:35 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2025/01/16 02:37:35 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2025/01/16 02:37:35 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:35 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000b7c400): >_readAt: n=14, err=EOF 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000b7c400): close: 2025/01/16 02:37:35 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2025/01/16 02:37:35 DEBUG : dir/file1(0xc000b7c400): >close: err= 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:35 INFO : dir/file1: Moved (server-side) to: newLeaf 2025/01/16 02:37:35 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2025/01/16 02:37:35 DEBUG : newLeaf: Updating file with newLeaf 0xc000b8c0c0 2025/01/16 02:37:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/01/16 02:37:35 DEBUG : : Added virtual directory entry vAddFile: "newLeaf" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:35 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:35 INFO : newLeaf: Moved (server-side) to: dir/file1 2025/01/16 02:37:35 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2025/01/16 02:37:35 DEBUG : dir/file1: Updating file with dir/file1 0xc000b8c0c0 2025/01/16 02:37:35 DEBUG : : Added virtual directory entry vDel: "newLeaf" 2025/01/16 02:37:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:35 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2025/01/16 02:37:35 DEBUG : dir/file1: newRWFileHandle: 2025/01/16 02:37:35 DEBUG : dir/file1(0xc00083ee00): openPending: 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:35 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" 2025/01/16 02:37:35 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2025/01/16 02:37:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:35 DEBUG : dir/file1(0xc00083ee00): >openPending: err= 2025/01/16 02:37:35 DEBUG : dir/file1: vfs cache: truncate to size=0 2025/01/16 02:37:35 DEBUG : dir/file1: >newRWFileHandle: err= 2025/01/16 02:37:35 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/01/16 02:37:35 DEBUG : dir/file1(0xc00083ee00): _writeAt: size=25, off=0 2025/01/16 02:37:35 DEBUG : dir/file1(0xc00083ee00): >_writeAt: n=25, err= 2025/01/16 02:37:35 INFO : dir/file1: Moved (server-side) to: newLeaf 2025/01/16 02:37:35 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2025/01/16 02:37:35 DEBUG : newLeaf: Updating file with newLeaf 0xc000b8c0c0 2025/01/16 02:37:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/01/16 02:37:35 DEBUG : : Added virtual directory entry vAddFile: "newLeaf" 2025/01/16 02:37:35 DEBUG : newLeaf(0xc00083ee00): close: 2025/01/16 02:37:35 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2025/01/16 02:37:35 DEBUG : newLeaf: vfs cache: setting modification time to 2025-01-16 02:37:35.904346238 +0000 UTC m=+3.313895452 2025/01/16 02:37:35 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:35 DEBUG : newLeaf(0xc00083ee00): >close: err= 2025/01/16 02:37:35 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2025/01/16 02:37:35 DEBUG : dir: Looking for writers 2025/01/16 02:37:35 DEBUG : : Looking for writers 2025/01/16 02:37:35 DEBUG : dir: reading active writers 2025/01/16 02:37:35 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2025/01/16 02:37:36 DEBUG : newLeaf: vfs cache: starting upload 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf.a48805f8.partial" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf.a48805f8.partial 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-woxoqoh1hito/newLeaf.a48805f8.partial 2025/01/16 02:37:36 DEBUG : newLeaf.a48805f8.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2025/01/16 02:37:36 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2025/01/16 02:37:36 DEBUG : newLeaf.a48805f8.partial: renamed to: newLeaf 2025/01/16 02:37:36 INFO : newLeaf: Copied (replaced existing) 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:36 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2025/01/16 02:37:36 DEBUG : newLeaf: vfs cache: fingerprint now "25,2025-01-16 02:37:35 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2025/01/16 02:37:36 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2025/01/16 02:37:36 DEBUG : : Added virtual directory entry vAddFile: "newLeaf" 2025/01/16 02:37:36 INFO : newLeaf: vfs cache: upload succeeded try #1 2025/01/16 02:37:36 DEBUG : dir: Looking for writers 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : dir: reading active writers 2025/01/16 02:37:36 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:36 DEBUG : >WaitForWriters: 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: c7247bead226dfd7bd970c17229f4044 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:36 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/newLeaf" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /home/rclone/rclone-test-woxoqoh1hito/newLeaf 2025/01/16 02:37:36 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2025/01/16 02:37:36 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:36 DEBUG : dir: Looking for writers 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : dir: reading active writers 2025/01/16 02:37:36 DEBUG : newLeaf: reading active writers 2025/01/16 02:37:36 DEBUG : >WaitForWriters: 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting --- PASS: TestFileRename (1.44s) --- PASS: TestFileRename/off,forceCache=false (0.08s) --- PASS: TestFileRename/minimal,forceCache=false (0.08s) --- PASS: TestFileRename/minimal,forceCache=true (0.40s) --- PASS: TestFileRename/writes,forceCache=false (0.23s) --- PASS: TestFileRename/writes,forceCache=true (0.40s) --- PASS: TestFileRename/full,forceCache=false (0.25s) === RUN TestFileStructSize file_test.go:419: File struct has size 192 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:36 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 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:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2025/01/16 02:37:36 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:36 DEBUG : dir/file1: Open: flags=O_RDONLY 2025/01/16 02:37:36 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2025/01/16 02:37:36 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2025/01/16 02:37:36 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:36 DEBUG : dir: Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : dir: reading active writers 2025/01/16 02:37:36 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.03s) === RUN TestReadFileHandleSeek run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2025/01/16 02:37:36 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:36 DEBUG : dir/file1: Open: flags=O_RDONLY 2025/01/16 02:37:36 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2025/01/16 02:37:36 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2025/01/16 02:37:36 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2025/01/16 02:37:36 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2025/01/16 02:37:36 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2025/01/16 02:37:36 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:36 DEBUG : dir: Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : dir: reading active writers 2025/01/16 02:37:36 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.06s) === RUN TestReadFileHandleReadAt run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2025/01/16 02:37:36 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:36 DEBUG : dir/file1: Open: flags=O_RDONLY 2025/01/16 02:37:36 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2025/01/16 02:37:36 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2025/01/16 02:37:36 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2025/01/16 02:37:36 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2025/01/16 02:37:36 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2025/01/16 02:37:36 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2025/01/16 02:37:36 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2025/01/16 02:37:36 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2025/01/16 02:37:36 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2025/01/16 02:37:36 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2025/01/16 02:37:36 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2025/01/16 02:37:36 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2025/01/16 02:37:36 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2025/01/16 02:37:36 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2025/01/16 02:37:36 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2025/01/16 02:37:36 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:36 DEBUG : dir: Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : dir: reading active writers 2025/01/16 02:37:36 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.12s) === RUN TestReadFileHandleFlush run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2025/01/16 02:37:36 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:36 DEBUG : dir/file1: Open: flags=O_RDONLY 2025/01/16 02:37:36 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2025/01/16 02:37:36 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2025/01/16 02:37:36 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:36 DEBUG : dir: Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : dir: reading active writers 2025/01/16 02:37:36 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.04s) === RUN TestReadFileHandleRelease run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2025/01/16 02:37:36 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:36 DEBUG : dir/file1: Open: flags=O_RDONLY 2025/01/16 02:37:36 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2025/01/16 02:37:36 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ReadFileHandle.Release closing 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2025/01/16 02:37:36 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2025/01/16 02:37:36 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:36 DEBUG : dir: Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : dir: reading active writers 2025/01/16 02:37:36 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.04s) === RUN TestRWFileHandleMethodsRead run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2025/01/16 02:37:36 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:36 DEBUG : dir/file1: Open: flags=O_RDONLY 2025/01/16 02:37:36 DEBUG : dir/file1: newRWFileHandle: 2025/01/16 02:37:36 DEBUG : dir/file1: >newRWFileHandle: err= 2025/01/16 02:37:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/01/16 02:37:36 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000518f80): _readAt: size=1, off=0 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000518f80): openPending: 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2025/01/16 02:37:36 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2025/01/16 02:37:36 DEBUG : dir/file1: vfs cache: truncate to size=16 2025/01/16 02:37:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000518f80): >openPending: err= 2025/01/16 02:37:36 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000518f80): >_readAt: n=1, err= 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000518f80): _readAt: size=256, off=1 2025/01/16 02:37:36 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000518f80): >_readAt: n=15, err=EOF 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000518f80): _readAt: size=16, off=16 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000518f80): >_readAt: n=0, err=EOF 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000518f80): close: 2025/01/16 02:37:36 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000518f80): >close: err= 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000518f80): close: 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000518f80): >close: err=file already closed 2025/01/16 02:37:36 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:36 DEBUG : dir: Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : dir: reading active writers 2025/01/16 02:37:36 DEBUG : >WaitForWriters: 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.02s) === RUN TestRWFileHandleSeek run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2025/01/16 02:37:36 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:36 DEBUG : dir/file1: Open: flags=O_RDONLY 2025/01/16 02:37:36 DEBUG : dir/file1: newRWFileHandle: 2025/01/16 02:37:36 DEBUG : dir/file1: >newRWFileHandle: err= 2025/01/16 02:37:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/01/16 02:37:36 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450000): _readAt: size=1, off=0 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450000): openPending: 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2025/01/16 02:37:36 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2025/01/16 02:37:36 DEBUG : dir/file1: vfs cache: truncate to size=16 2025/01/16 02:37:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450000): >openPending: err= 2025/01/16 02:37:36 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450000): >_readAt: n=1, err= 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450000): _readAt: size=1, off=5 2025/01/16 02:37:36 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450000): >_readAt: n=1, err= 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450000): _readAt: size=1, off=3 2025/01/16 02:37:36 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450000): >_readAt: n=1, err= 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450000): _readAt: size=1, off=13 2025/01/16 02:37:36 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450000): >_readAt: n=1, err= 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450000): _readAt: size=16, off=100 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450000): >_readAt: n=0, err=EOF 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450000): close: 2025/01/16 02:37:36 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450000): >close: err= 2025/01/16 02:37:36 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:36 DEBUG : dir: Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : dir: reading active writers 2025/01/16 02:37:36 DEBUG : >WaitForWriters: 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.02s) === RUN TestRWFileHandleReadAt run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2025/01/16 02:37:36 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:36 DEBUG : dir/file1: Open: flags=O_RDONLY 2025/01/16 02:37:36 DEBUG : dir/file1: newRWFileHandle: 2025/01/16 02:37:36 DEBUG : dir/file1: >newRWFileHandle: err= 2025/01/16 02:37:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/01/16 02:37:36 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450740): _readAt: size=1, off=0 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450740): openPending: 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2025/01/16 02:37:36 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2025/01/16 02:37:36 DEBUG : dir/file1: vfs cache: truncate to size=16 2025/01/16 02:37:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450740): >openPending: err= 2025/01/16 02:37:36 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450740): >_readAt: n=1, err= 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450740): _readAt: size=1, off=5 2025/01/16 02:37:36 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450740): >_readAt: n=1, err= 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450740): _readAt: size=1, off=1 2025/01/16 02:37:36 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450740): >_readAt: n=1, err= 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450740): _readAt: size=6, off=10 2025/01/16 02:37:36 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450740): >_readAt: n=6, err= 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450740): _readAt: size=256, off=10 2025/01/16 02:37:36 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450740): >_readAt: n=6, err=EOF 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450740): _readAt: size=256, off=100 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450740): >_readAt: n=0, err=EOF 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450740): close: 2025/01/16 02:37:36 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450740): >close: err= 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450740): _readAt: size=256, off=100 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000450740): >_readAt: n=0, err=file already closed 2025/01/16 02:37:36 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:36 DEBUG : dir: Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : dir: reading active writers 2025/01/16 02:37:36 DEBUG : >WaitForWriters: 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.02s) === RUN TestRWFileHandleFlushRead run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2025/01/16 02:37:36 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:36 DEBUG : dir/file1: Open: flags=O_RDONLY 2025/01/16 02:37:36 DEBUG : dir/file1: newRWFileHandle: 2025/01/16 02:37:36 DEBUG : dir/file1: >newRWFileHandle: err= 2025/01/16 02:37:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/01/16 02:37:36 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2025/01/16 02:37:36 DEBUG : dir/file1(0xc0006f8f80): RWFileHandle.Flush 2025/01/16 02:37:36 DEBUG : dir/file1(0xc0006f8f80): _readAt: size=256, off=0 2025/01/16 02:37:36 DEBUG : dir/file1(0xc0006f8f80): openPending: 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2025/01/16 02:37:36 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2025/01/16 02:37:36 DEBUG : dir/file1: vfs cache: truncate to size=16 2025/01/16 02:37:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:36 DEBUG : dir/file1(0xc0006f8f80): >openPending: err= 2025/01/16 02:37:36 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:36 DEBUG : dir/file1(0xc0006f8f80): >_readAt: n=16, err=EOF 2025/01/16 02:37:36 DEBUG : dir/file1(0xc0006f8f80): RWFileHandle.Flush 2025/01/16 02:37:36 DEBUG : dir/file1(0xc0006f8f80): RWFileHandle.Flush 2025/01/16 02:37:36 DEBUG : dir/file1(0xc0006f8f80): close: 2025/01/16 02:37:36 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2025/01/16 02:37:36 DEBUG : dir/file1(0xc0006f8f80): >close: err= 2025/01/16 02:37:36 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:36 DEBUG : dir: Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : dir: reading active writers 2025/01/16 02:37:36 DEBUG : >WaitForWriters: 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.02s) === RUN TestRWFileHandleReleaseRead run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2025/01/16 02:37:36 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:36 DEBUG : dir/file1: Open: flags=O_RDONLY 2025/01/16 02:37:36 DEBUG : dir/file1: newRWFileHandle: 2025/01/16 02:37:36 DEBUG : dir/file1: >newRWFileHandle: err= 2025/01/16 02:37:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/01/16 02:37:36 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000b9d640): _readAt: size=256, off=0 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000b9d640): openPending: 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:36 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2025/01/16 02:37:36 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2025/01/16 02:37:36 DEBUG : dir/file1: vfs cache: truncate to size=16 2025/01/16 02:37:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000b9d640): >openPending: err= 2025/01/16 02:37:36 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:36 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000b9d640): >_readAt: n=16, err=EOF 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000b9d640): RWFileHandle.Release 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000b9d640): close: 2025/01/16 02:37:36 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000b9d640): >close: err= 2025/01/16 02:37:36 DEBUG : dir/file1(0xc000b9d640): RWFileHandle.Release 2025/01/16 02:37:36 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:36 DEBUG : dir: Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : dir: reading active writers 2025/01/16 02:37:36 DEBUG : >WaitForWriters: 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.02s) === RUN TestRWFileHandleMethodsWrite run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:36 DEBUG : file1: newRWFileHandle: 2025/01/16 02:37:36 DEBUG : file1(0xc0006f94c0): openPending: 2025/01/16 02:37:36 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:36 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:36 DEBUG : file1(0xc0006f94c0): >openPending: err= 2025/01/16 02:37:36 DEBUG : file1: >newRWFileHandle: err= 2025/01/16 02:37:36 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:36 DEBUG : file1: >Open: fd=file1 (rw), err= 2025/01/16 02:37:36 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2025/01/16 02:37:36 DEBUG : file1(0xc0006f94c0): _writeAt: size=5, off=0 2025/01/16 02:37:36 DEBUG : file1(0xc0006f94c0): >_writeAt: n=5, err= 2025/01/16 02:37:36 DEBUG : file1(0xc0006f94c0): _writeAt: size=7, off=5 2025/01/16 02:37:36 DEBUG : file1(0xc0006f94c0): >_writeAt: n=7, err= 2025/01/16 02:37:36 DEBUG : file1: vfs cache: truncate to size=11 2025/01/16 02:37:36 DEBUG : file1(0xc0006f94c0): close: 2025/01/16 02:37:36 DEBUG : file1: vfs cache: setting modification time to 2025-01-16 02:37:36.488403197 +0000 UTC m=+3.897952381 2025/01/16 02:37:36 INFO : file1: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:36 DEBUG : file1(0xc0006f94c0): >close: err= 2025/01/16 02:37:36 DEBUG : file1(0xc0006f94c0): close: 2025/01/16 02:37:36 DEBUG : file1(0xc0006f94c0): >close: err=file already closed 2025/01/16 02:37:36 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2025/01/16 02:37:36 DEBUG : file1: vfs cache: starting upload 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1.7350971e.partial" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1.7350971e.partial 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-woxoqoh1hito/file1.7350971e.partial 2025/01/16 02:37:36 DEBUG : file1.7350971e.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2025/01/16 02:37:36 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/01/16 02:37:36 DEBUG : file1.7350971e.partial: renamed to: file1 2025/01/16 02:37:36 INFO : file1: Copied (new) 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:36 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2025/01/16 02:37:36 DEBUG : file1: vfs cache: fingerprint now "11,2025-01-16 02:37:36 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2025/01/16 02:37:36 DEBUG : file1: vfs cache: writeback object to VFS layer 2025/01/16 02:37:36 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:36 INFO : file1: vfs cache: upload succeeded try #1 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : >WaitForWriters: 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:36 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:36 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2025/01/16 02:37:36 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : >WaitForWriters: 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.17s) === RUN TestRWFileHandleWriteAt run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:36 DEBUG : file1: newRWFileHandle: 2025/01/16 02:37:36 DEBUG : file1(0xc000451600): openPending: 2025/01/16 02:37:36 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:36 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:36 DEBUG : file1(0xc000451600): >openPending: err= 2025/01/16 02:37:36 DEBUG : file1: >newRWFileHandle: err= 2025/01/16 02:37:36 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:36 DEBUG : file1: >Open: fd=file1 (rw), err= 2025/01/16 02:37:36 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2025/01/16 02:37:36 DEBUG : file1(0xc000451600): _writeAt: size=7, off=0 2025/01/16 02:37:36 DEBUG : file1(0xc000451600): >_writeAt: n=7, err= 2025/01/16 02:37:36 DEBUG : file1(0xc000451600): _writeAt: size=6, off=5 2025/01/16 02:37:36 DEBUG : file1(0xc000451600): >_writeAt: n=6, err= 2025/01/16 02:37:36 DEBUG : file1(0xc000451600): close: 2025/01/16 02:37:36 DEBUG : file1: vfs cache: setting modification time to 2025-01-16 02:37:36.65090945 +0000 UTC m=+4.060458614 2025/01/16 02:37:36 INFO : file1: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:36 DEBUG : file1(0xc000451600): >close: err= 2025/01/16 02:37:36 DEBUG : file1(0xc000451600): _writeAt: size=5, off=0 2025/01/16 02:37:36 DEBUG : file1(0xc000451600): >_writeAt: n=0, err=file already closed 2025/01/16 02:37:36 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2025/01/16 02:37:36 DEBUG : file1: vfs cache: starting upload 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1.4d672b52.partial" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1.4d672b52.partial 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-woxoqoh1hito/file1.4d672b52.partial 2025/01/16 02:37:36 DEBUG : file1.4d672b52.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2025/01/16 02:37:36 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/01/16 02:37:36 DEBUG : file1.4d672b52.partial: renamed to: file1 2025/01/16 02:37:36 INFO : file1: Copied (new) 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:36 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2025/01/16 02:37:36 DEBUG : file1: vfs cache: fingerprint now "11,2025-01-16 02:37:36 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2025/01/16 02:37:36 DEBUG : file1: vfs cache: writeback object to VFS layer 2025/01/16 02:37:36 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:36 INFO : file1: vfs cache: upload succeeded try #1 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : >WaitForWriters: 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:36 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:36 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2025/01/16 02:37:36 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : >WaitForWriters: 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.17s) === RUN TestRWFileHandleWriteNoWrite run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:36 DEBUG : file1: newRWFileHandle: 2025/01/16 02:37:36 DEBUG : file1(0xc0006f9bc0): openPending: 2025/01/16 02:37:36 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:36 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:36 DEBUG : file1(0xc0006f9bc0): >openPending: err= 2025/01/16 02:37:36 DEBUG : file1: >newRWFileHandle: err= 2025/01/16 02:37:36 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:36 DEBUG : file1: >Open: fd=file1 (rw), err= 2025/01/16 02:37:36 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2025/01/16 02:37:36 DEBUG : file1(0xc0006f9bc0): close: 2025/01/16 02:37:36 DEBUG : file1: vfs cache: setting modification time to 2025-01-16 02:37:36.820682309 +0000 UTC m=+4.230231483 2025/01/16 02:37:36 INFO : file1: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:36 DEBUG : file1(0xc0006f9bc0): >close: err= 2025/01/16 02:37:36 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2025/01/16 02:37:36 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2025/01/16 02:37:36 DEBUG : file2: newRWFileHandle: 2025/01/16 02:37:36 DEBUG : file2(0xc0006f9c80): openPending: 2025/01/16 02:37:36 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:36 DEBUG : : Added virtual directory entry vAddFile: "file2" 2025/01/16 02:37:36 DEBUG : file2(0xc0006f9c80): >openPending: err= 2025/01/16 02:37:36 DEBUG : file2: >newRWFileHandle: err= 2025/01/16 02:37:36 DEBUG : : Added virtual directory entry vAddFile: "file2" 2025/01/16 02:37:36 DEBUG : file2: >Open: fd=file2 (rw), err= 2025/01/16 02:37:36 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2025/01/16 02:37:36 DEBUG : file2(0xc0006f9c80): RWFileHandle.Flush 2025/01/16 02:37:36 DEBUG : file2(0xc0006f9c80): RWFileHandle.Release 2025/01/16 02:37:36 DEBUG : file2(0xc0006f9c80): close: 2025/01/16 02:37:36 DEBUG : file2: vfs cache: setting modification time to 2025-01-16 02:37:36.821575609 +0000 UTC m=+4.231124793 2025/01/16 02:37:36 INFO : file2: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:36 DEBUG : file2(0xc0006f9c80): >close: err= 2025/01/16 02:37:36 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : file2: reading active writers 2025/01/16 02:37:36 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : file2: reading active writers 2025/01/16 02:37:36 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : file2: reading active writers 2025/01/16 02:37:36 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : file2: reading active writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2025/01/16 02:37:36 DEBUG : file2: vfs cache: starting upload 2025/01/16 02:37:36 DEBUG : file1: vfs cache: starting upload 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file2.693b0375.partial" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file2.693b0375.partial 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1.eb3fa68a.partial" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1.eb3fa68a.partial 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-woxoqoh1hito/file2.693b0375.partial 2025/01/16 02:37:36 DEBUG : file2.693b0375.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/01/16 02:37:36 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-woxoqoh1hito/file1.eb3fa68a.partial 2025/01/16 02:37:36 DEBUG : file1.eb3fa68a.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/01/16 02:37:36 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/01/16 02:37:36 DEBUG : file2.693b0375.partial: renamed to: file2 2025/01/16 02:37:36 INFO : file2: Copied (new) 2025/01/16 02:37:36 DEBUG : file1.eb3fa68a.partial: renamed to: file1 2025/01/16 02:37:36 INFO : file1: Copied (new) 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file2" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file2 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-woxoqoh1hito/file2 2025/01/16 02:37:36 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/01/16 02:37:36 DEBUG : file2: vfs cache: fingerprint now "0,2025-01-16 02:37:36 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2025/01/16 02:37:36 DEBUG : file2: vfs cache: writeback object to VFS layer 2025/01/16 02:37:36 DEBUG : : Added virtual directory entry vAddFile: "file2" 2025/01/16 02:37:36 INFO : file2: vfs cache: upload succeeded try #1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:36 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/01/16 02:37:36 DEBUG : file1: vfs cache: fingerprint now "0,2025-01-16 02:37:36 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2025/01/16 02:37:36 DEBUG : file1: vfs cache: writeback object to VFS layer 2025/01/16 02:37:36 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:36 INFO : file1: vfs cache: upload succeeded try #1 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : file2: reading active writers 2025/01/16 02:37:36 DEBUG : >WaitForWriters: 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:36 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:36 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file2" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file2 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-woxoqoh1hito/file2 2025/01/16 02:37:36 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file2" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/file2 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/rclone/rclone-test-woxoqoh1hito/file2 2025/01/16 02:37:36 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2025/01/16 02:37:36 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : file2: reading active writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : >WaitForWriters: 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.18s) === RUN TestRWFileHandleFlushWrite run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:36 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:36 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:36 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:36 DEBUG : file1: newRWFileHandle: 2025/01/16 02:37:36 DEBUG : file1(0xc000144580): openPending: 2025/01/16 02:37:36 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:36 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:36 DEBUG : file1(0xc000144580): >openPending: err= 2025/01/16 02:37:36 DEBUG : file1: >newRWFileHandle: err= 2025/01/16 02:37:36 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:36 DEBUG : file1: >Open: fd=file1 (rw), err= 2025/01/16 02:37:36 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2025/01/16 02:37:36 DEBUG : file1(0xc000144580): _writeAt: size=5, off=0 2025/01/16 02:37:36 DEBUG : file1(0xc000144580): >_writeAt: n=5, err= 2025/01/16 02:37:36 DEBUG : file1(0xc000144580): RWFileHandle.Flush 2025/01/16 02:37:36 DEBUG : file1(0xc000144580): RWFileHandle.Flush 2025/01/16 02:37:36 DEBUG : file1(0xc000144580): close: 2025/01/16 02:37:36 DEBUG : file1: vfs cache: setting modification time to 2025-01-16 02:37:36.99747939 +0000 UTC m=+4.407028604 2025/01/16 02:37:36 INFO : file1: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:36 DEBUG : file1(0xc000144580): >close: err= 2025/01/16 02:37:36 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:36 DEBUG : : Looking for writers 2025/01/16 02:37:36 DEBUG : file1: reading active writers 2025/01/16 02:37:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2025/01/16 02:37:37 DEBUG : file1: vfs cache: starting upload 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1.645c9ad7.partial" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1.645c9ad7.partial 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-woxoqoh1hito/file1.645c9ad7.partial 2025/01/16 02:37:37 DEBUG : file1.645c9ad7.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2025/01/16 02:37:37 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/01/16 02:37:37 DEBUG : file1.645c9ad7.partial: renamed to: file1 2025/01/16 02:37:37 INFO : file1: Copied (new) 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:37 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2025/01/16 02:37:37 DEBUG : file1: vfs cache: fingerprint now "5,2025-01-16 02:37:36 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2025/01/16 02:37:37 DEBUG : file1: vfs cache: writeback object to VFS layer 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:37 INFO : file1: vfs cache: upload succeeded try #1 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : >WaitForWriters: 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.17s) === RUN TestRWFileHandleReleaseWrite run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:37 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:37 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : file1: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : file1(0xc0008285c0): openPending: 2025/01/16 02:37:37 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:37 DEBUG : file1(0xc0008285c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : file1: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:37 DEBUG : file1: >Open: fd=file1 (rw), err= 2025/01/16 02:37:37 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2025/01/16 02:37:37 DEBUG : file1(0xc0008285c0): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : file1(0xc0008285c0): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : file1(0xc0008285c0): RWFileHandle.Release 2025/01/16 02:37:37 DEBUG : file1(0xc0008285c0): close: 2025/01/16 02:37:37 DEBUG : file1: vfs cache: setting modification time to 2025-01-16 02:37:37.170516966 +0000 UTC m=+4.580066170 2025/01/16 02:37:37 INFO : file1: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : file1(0xc0008285c0): >close: err= 2025/01/16 02:37:37 DEBUG : file1(0xc0008285c0): RWFileHandle.Release 2025/01/16 02:37:37 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2025/01/16 02:37:37 DEBUG : file1: vfs cache: starting upload 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1.b07b1c0f.partial" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1.b07b1c0f.partial 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-woxoqoh1hito/file1.b07b1c0f.partial 2025/01/16 02:37:37 DEBUG : file1.b07b1c0f.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2025/01/16 02:37:37 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/01/16 02:37:37 DEBUG : file1.b07b1c0f.partial: renamed to: file1 2025/01/16 02:37:37 INFO : file1: Copied (new) 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:37 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2025/01/16 02:37:37 DEBUG : file1: vfs cache: fingerprint now "5,2025-01-16 02:37:37 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2025/01/16 02:37:37 DEBUG : file1: vfs cache: writeback object to VFS layer 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:37 INFO : file1: vfs cache: upload succeeded try #1 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : >WaitForWriters: 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.16s) === RUN TestRWFileHandleSizeTruncateExisting run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:37 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:37 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:37 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2025/01/16 02:37:37 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2025/01/16 02:37:37 DEBUG : dir/file1: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : dir/file1(0xc0006582c0): openPending: 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:37 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2025/01/16 02:37:37 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2025/01/16 02:37:37 DEBUG : dir/file1: vfs cache: truncate to size=16 2025/01/16 02:37:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:37 DEBUG : dir/file1(0xc0006582c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : dir/file1: vfs cache: truncate to size=0 2025/01/16 02:37:37 DEBUG : dir/file1: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/01/16 02:37:37 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2025/01/16 02:37:37 DEBUG : dir/file1(0xc0006582c0): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : dir/file1(0xc0006582c0): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : dir/file1(0xc0006582c0): close: 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : dir/file1: vfs cache: setting modification time to 2025-01-16 02:37:37.354315306 +0000 UTC m=+4.763864520 2025/01/16 02:37:37 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : dir/file1(0xc0006582c0): >close: err= 2025/01/16 02:37:37 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:37 DEBUG : dir: Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : dir: reading active writers 2025/01/16 02:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2025/01/16 02:37:37 DEBUG : dir: Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : dir: reading active writers 2025/01/16 02:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2025/01/16 02:37:37 DEBUG : dir: Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : dir: reading active writers 2025/01/16 02:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2025/01/16 02:37:37 DEBUG : dir: Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : dir: reading active writers 2025/01/16 02:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2025/01/16 02:37:37 DEBUG : dir/file1: vfs cache: starting upload 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1.4881d94b.partial" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1.4881d94b.partial 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-woxoqoh1hito/dir/file1.4881d94b.partial 2025/01/16 02:37:37 DEBUG : dir/file1.4881d94b.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2025/01/16 02:37:37 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/01/16 02:37:37 DEBUG : dir/file1.4881d94b.partial: renamed to: dir/file1 2025/01/16 02:37:37 INFO : dir/file1: Copied (replaced existing) 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:37 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2025/01/16 02:37:37 DEBUG : dir/file1: vfs cache: fingerprint now "5,2025-01-16 02:37:37 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2025/01/16 02:37:37 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2025/01/16 02:37:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:37 INFO : dir/file1: vfs cache: upload succeeded try #1 2025/01/16 02:37:37 DEBUG : dir: Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : dir: reading active writers 2025/01/16 02:37:37 DEBUG : >WaitForWriters: 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.18s) === RUN TestRWFileHandleSizeCreateExisting run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:37 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:37 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:37 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2025/01/16 02:37:37 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : dir/file1: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : dir/file1: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:37 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2025/01/16 02:37:37 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2025/01/16 02:37:37 DEBUG : dir/file1(0xc000828fc0): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : dir/file1(0xc000828fc0): openPending: 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4032af8d61035123906e58e067140cc5 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:37 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2025/01/16 02:37:37 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2025/01/16 02:37:37 DEBUG : dir/file1: vfs cache: truncate to size=16 2025/01/16 02:37:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:37 DEBUG : dir/file1(0xc000828fc0): >openPending: err= 2025/01/16 02:37:37 DEBUG : dir/file1(0xc000828fc0): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : dir/file1(0xc000828fc0): _writeAt: size=15, off=5 2025/01/16 02:37:37 DEBUG : dir/file1(0xc000828fc0): >_writeAt: n=15, err= 2025/01/16 02:37:37 DEBUG : dir/file1(0xc000828fc0): close: 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2025/01/16 02:37:37 DEBUG : dir/file1: vfs cache: setting modification time to 2025-01-16 02:37:37.537108303 +0000 UTC m=+4.946657518 2025/01/16 02:37:37 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : dir/file1(0xc000828fc0): >close: err= 2025/01/16 02:37:37 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:37 DEBUG : dir: Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : dir: reading active writers 2025/01/16 02:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2025/01/16 02:37:37 DEBUG : dir: Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : dir: reading active writers 2025/01/16 02:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2025/01/16 02:37:37 DEBUG : dir: Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : dir: reading active writers 2025/01/16 02:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2025/01/16 02:37:37 DEBUG : dir: Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : dir: reading active writers 2025/01/16 02:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2025/01/16 02:37:37 DEBUG : dir/file1: vfs cache: starting upload 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1.a85cd512.partial" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1.a85cd512.partial 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /home/rclone/rclone-test-woxoqoh1hito/dir/file1.a85cd512.partial 2025/01/16 02:37:37 DEBUG : dir/file1.a85cd512.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2025/01/16 02:37:37 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2025/01/16 02:37:37 DEBUG : dir/file1.a85cd512.partial: renamed to: dir/file1 2025/01/16 02:37:37 INFO : dir/file1: Copied (replaced existing) 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:37 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2025/01/16 02:37:37 DEBUG : dir/file1: vfs cache: fingerprint now "20,2025-01-16 02:37:37 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2025/01/16 02:37:37 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2025/01/16 02:37:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:37 INFO : dir/file1: vfs cache: upload succeeded try #1 2025/01/16 02:37:37 DEBUG : dir: Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : dir: reading active writers 2025/01/16 02:37:37 DEBUG : >WaitForWriters: 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.18s) === RUN TestRWFileHandleSizeCreateNew run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:37 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:37 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : file1: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : file1(0xc000659080): openPending: 2025/01/16 02:37:37 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:37 DEBUG : file1(0xc000659080): >openPending: err= 2025/01/16 02:37:37 DEBUG : file1: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:37 DEBUG : file1: >Open: fd=file1 (rw), err= 2025/01/16 02:37:37 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2025/01/16 02:37:37 DEBUG : file1(0xc000659080): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : file1(0xc000659080): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : file1(0xc000659080): close: 2025/01/16 02:37:37 DEBUG : file1: vfs cache: setting modification time to 2025-01-16 02:37:37.702001704 +0000 UTC m=+5.111550907 2025/01/16 02:37:37 INFO : file1: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : file1(0xc000659080): >close: err= 2025/01/16 02:37:37 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2025/01/16 02:37:37 DEBUG : file1: vfs cache: starting upload 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1.f36d3110.partial" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1.f36d3110.partial 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-woxoqoh1hito/file1.f36d3110.partial 2025/01/16 02:37:37 DEBUG : file1.f36d3110.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2025/01/16 02:37:37 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/01/16 02:37:37 DEBUG : file1.f36d3110.partial: renamed to: file1 2025/01/16 02:37:37 INFO : file1: Copied (new) 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:37 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2025/01/16 02:37:37 DEBUG : file1: vfs cache: fingerprint now "5,2025-01-16 02:37:37 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2025/01/16 02:37:37 DEBUG : file1: vfs cache: writeback object to VFS layer 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:37 INFO : file1: vfs cache: upload succeeded try #1 2025/01/16 02:37:37 DEBUG : : Looking for writers 2025/01/16 02:37:37 DEBUG : file1: reading active writers 2025/01/16 02:37:37 DEBUG : >WaitForWriters: 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.16s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:37 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:37 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2025/01/16 02:37:37 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdc40): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdc40): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdc40): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdc40): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdc40): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.861389952 +0000 UTC m=+5.270939157 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdc40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdc80): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdc80): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdc80): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdc80): >_readAt: n=2, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdc80): _writeAt: size=3, off=2 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdc80): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdc80): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.861389952 +0000 UTC m=+5.270939157 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdc80): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdcc0): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdcc0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdcc0): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdcc0): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdcc0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.861389952 +0000 UTC m=+5.270939157 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdcc0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040aa80 item 1 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdd00): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdd00): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdd00): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdd00): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdd00): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.864528915 +0000 UTC m=+5.274078119 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdd00): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdd40): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdd40): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdd40): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdd40): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdd40): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.864528915 +0000 UTC m=+5.274078119 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdd40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040ae70 item 2 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdd80): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdd80): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdd80): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdd80): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdd80): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.866806647 +0000 UTC m=+5.276355852 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdd80): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bddc0): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bddc0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bddc0): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bddc0): >_readAt: n=2, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bddc0): _writeAt: size=3, off=2 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bddc0): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bddc0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.866806647 +0000 UTC m=+5.276355852 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bddc0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bde00): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bde00): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bde00): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bde00): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bde00): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.866806647 +0000 UTC m=+5.276355852 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bde00): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040b110 item 3 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bde80): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bde80): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bde80): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bde80): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bde80): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.869958724 +0000 UTC m=+5.279507938 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bde80): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdf00): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdf00): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdf00): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdf00): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdf00): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.869958724 +0000 UTC m=+5.279507938 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdf00): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040b570 item 4 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdf40): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdf40): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdf40): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdf40): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdf40): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.871839132 +0000 UTC m=+5.281388307 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc0002bdf40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e000): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e000): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e000): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e000): >_readAt: n=2, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e000): _writeAt: size=3, off=2 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e000): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e000): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.871839132 +0000 UTC m=+5.281388307 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e000): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e040): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e040): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e040): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e040): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e040): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.871839132 +0000 UTC m=+5.281388307 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e040): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040b960 item 5 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e0c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e0c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e0c0): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e0c0): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e0c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.87426455 +0000 UTC m=+5.283813765 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e0c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e140): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e140): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e140): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e140): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e140): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.87426455 +0000 UTC m=+5.283813765 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e140): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00034e000 item 6 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e1c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e1c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e1c0): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e1c0): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e1c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.876219919 +0000 UTC m=+5.285769123 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e1c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e280): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e280): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e280): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e280): >_readAt: n=2, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e280): _writeAt: size=3, off=2 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e280): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e280): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.876219919 +0000 UTC m=+5.285769123 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e280): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e2c0): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e2c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e2c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e2c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e2c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.876219919 +0000 UTC m=+5.285769123 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e2c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00034ef50 item 7 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e340): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e340): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e340): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e340): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e340): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.879056857 +0000 UTC m=+5.288606031 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e340): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e3c0): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e3c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e3c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e3c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e3c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.879056857 +0000 UTC m=+5.288606031 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e3c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00034f6c0 item 8 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e400): _readAt: size=2, off=0 2025/01/16 02:37:37 ERROR : open-test-file(0xc00083e400): Couldn't read size of file 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e400): >_readAt: n=0, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e400): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e400): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e400): close: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e400): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e440): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e440): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e440): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e440): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e440): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.881172114 +0000 UTC m=+5.290721328 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e440): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e4c0): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e4c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e4c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e4c0): >_readAt: n=2, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e4c0): _writeAt: size=3, off=2 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e4c0): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e4c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.881172114 +0000 UTC m=+5.290721328 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e4c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e500): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e500): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e500): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e500): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e500): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.881172114 +0000 UTC m=+5.290721328 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e500): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00034fc00 item 9 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e580): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e580): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e580): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e580): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e580): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.88370856 +0000 UTC m=+5.293257763 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e580): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e600): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e600): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e600): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e600): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e600): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.88370856 +0000 UTC m=+5.293257763 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e600): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004062a0 item 10 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e6c0): _readAt: size=2, off=0 2025/01/16 02:37:37 ERROR : open-test-file(0xc00083e6c0): Couldn't read size of file 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e6c0): >_readAt: n=0, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e6c0): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e6c0): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e6c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e6c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e700): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e700): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e700): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e700): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e700): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.885741514 +0000 UTC m=+5.295290718 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e700): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e7c0): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e7c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e7c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e7c0): >_readAt: n=2, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e7c0): _writeAt: size=3, off=2 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e7c0): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e7c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.885741514 +0000 UTC m=+5.295290718 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e7c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e880): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e880): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e880): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e880): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e880): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.885741514 +0000 UTC m=+5.295290718 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e880): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000406690 item 11 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829b00): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829b00): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829b00): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829b00): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829b00): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.888548356 +0000 UTC m=+5.298097559 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829b00): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829b80): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829b80): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829b80): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829b80): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829b80): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.888548356 +0000 UTC m=+5.298097559 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829b80): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003efb90 item 12 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829c40): _readAt: size=2, off=0 2025/01/16 02:37:37 ERROR : open-test-file(0xc000829c40): Couldn't read size of file 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829c40): >_readAt: n=0, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829c40): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829c40): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829c40): close: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829c40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829c80): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829c80): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829c80): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829c80): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829c80): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.89038976 +0000 UTC m=+5.299938944 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829c80): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829d80): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829d80): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829d80): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829d80): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829d80): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.89038976 +0000 UTC m=+5.299938944 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829d80): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00061c3f0 item 13 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829e00): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829e00): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829e00): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829e00): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829e00): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.892003189 +0000 UTC m=+5.301552353 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829e00): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829e80): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829e80): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829e80): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829e80): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829e80): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.892003189 +0000 UTC m=+5.301552353 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829e80): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00061d0a0 item 14 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829f40): _readAt: size=2, off=0 2025/01/16 02:37:37 ERROR : open-test-file(0xc000829f40): Couldn't read size of file 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829f40): >_readAt: n=0, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829f40): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829f40): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829f40): close: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000829f40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c000): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c000): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c000): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c000): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c000): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.893873117 +0000 UTC m=+5.303422291 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c000): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c0c0): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c0c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c0c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c0c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c0c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.893873117 +0000 UTC m=+5.303422291 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c0c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00061d650 item 15 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c140): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c140): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c140): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c140): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c140): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.895690427 +0000 UTC m=+5.305239601 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c140): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c1c0): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c1c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c1c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c1c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c1c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.895690427 +0000 UTC m=+5.305239601 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c1c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00061d960 item 16 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c200): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c200): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c200): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c200): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c200): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.897536932 +0000 UTC m=+5.307086107 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c200): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c240): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c240): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c240): open at offset 5 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c240): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c240): >_readAt: n=2, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c240): _writeAt: size=3, off=7 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c240): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c240): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.897536932 +0000 UTC m=+5.307086107 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c240): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c280): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c280): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c280): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c280): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c280): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.897536932 +0000 UTC m=+5.307086107 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c280): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00061dce0 item 17 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c300): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c300): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c300): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c300): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c300): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.899802821 +0000 UTC m=+5.309351995 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c300): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c380): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c380): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c380): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c380): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c380): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.899802821 +0000 UTC m=+5.309351995 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c380): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00042f490 item 18 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c440): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c440): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c440): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c440): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c440): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.901847097 +0000 UTC m=+5.311396300 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c440): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c500): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c500): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c500): open at offset 5 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c500): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c500): >_readAt: n=2, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c500): _writeAt: size=3, off=7 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c500): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c500): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.901847097 +0000 UTC m=+5.311396300 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c500): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c540): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c540): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c540): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c540): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c540): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.901847097 +0000 UTC m=+5.311396300 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c540): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00042fc00 item 19 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c5c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c5c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c5c0): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c5c0): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c5c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.904207944 +0000 UTC m=+5.313757118 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c5c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c680): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c680): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c680): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c680): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c680): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.904207944 +0000 UTC m=+5.313757118 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c680): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006aa1c0 item 20 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c700): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c700): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c700): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c700): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c700): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.906029421 +0000 UTC m=+5.315578595 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c700): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c7c0): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c7c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c7c0): open at offset 5 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c7c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c7c0): >_readAt: n=2, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c7c0): _writeAt: size=3, off=7 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c7c0): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c7c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.906029421 +0000 UTC m=+5.315578595 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c7c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c800): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c800): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c800): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c800): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c800): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.906029421 +0000 UTC m=+5.315578595 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c800): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006aa540 item 21 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c880): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c880): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c880): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c880): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c880): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.908399996 +0000 UTC m=+5.317949160 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c880): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c900): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c900): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c900): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c900): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c900): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.908399996 +0000 UTC m=+5.317949160 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c900): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006aaaf0 item 22 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c980): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c980): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c980): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c980): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c980): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.910018475 +0000 UTC m=+5.319567649 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7c980): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ca40): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ca40): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ca40): open at offset 5 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ca40): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ca40): >_readAt: n=2, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ca40): _writeAt: size=3, off=7 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ca40): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ca40): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.910018475 +0000 UTC m=+5.319567649 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ca40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cac0): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cac0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cac0): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cac0): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cac0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.910018475 +0000 UTC m=+5.319567649 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cac0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006aad90 item 23 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cb40): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cb40): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cb40): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cb40): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cb40): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.912345088 +0000 UTC m=+5.321894261 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cb40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cbc0): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cbc0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cbc0): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cbc0): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cbc0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.912345088 +0000 UTC m=+5.321894261 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cbc0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006ab340 item 24 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cc80): _readAt: size=2, off=0 2025/01/16 02:37:37 ERROR : open-test-file(0xc000b7cc80): Couldn't read size of file 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cc80): >_readAt: n=0, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cc80): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cc80): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cc80): close: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cc80): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ccc0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ccc0): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ccc0): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ccc0): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ccc0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.913988772 +0000 UTC m=+5.323537947 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ccc0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cd80): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cd80): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cd80): open at offset 5 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cd80): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cd80): >_readAt: n=2, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cd80): _writeAt: size=3, off=7 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cd80): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cd80): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.913988772 +0000 UTC m=+5.323537947 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cd80): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cdc0): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cdc0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cdc0): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cdc0): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cdc0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.913988772 +0000 UTC m=+5.323537947 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cdc0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006ab730 item 25 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ce40): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ce40): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ce40): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ce40): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ce40): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.916003042 +0000 UTC m=+5.325552216 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ce40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cec0): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cec0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cec0): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cec0): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cec0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.916003042 +0000 UTC m=+5.325552216 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cec0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006abab0 item 26 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cf80): _readAt: size=2, off=0 2025/01/16 02:37:37 ERROR : open-test-file(0xc000b7cf80): Couldn't read size of file 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cf80): >_readAt: n=0, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cf80): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cf80): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cf80): close: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cf80): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cfc0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cfc0): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cfc0): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cfc0): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cfc0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.917550587 +0000 UTC m=+5.327099760 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7cfc0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d080): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d080): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d080): open at offset 5 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d080): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d080): >_readAt: n=2, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d080): _writeAt: size=3, off=7 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d080): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d080): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.917550587 +0000 UTC m=+5.327099760 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d080): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d0c0): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d0c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d0c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d0c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d0c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.917550587 +0000 UTC m=+5.327099760 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d0c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006abd50 item 27 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d140): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d140): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d140): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d140): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d140): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.919762344 +0000 UTC m=+5.329311519 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d140): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d1c0): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d1c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d1c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d1c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d1c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.919762344 +0000 UTC m=+5.329311519 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d1c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b4150 item 28 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d2c0): _readAt: size=2, off=0 2025/01/16 02:37:37 ERROR : open-test-file(0xc000b7d2c0): Couldn't read size of file 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d2c0): >_readAt: n=0, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d2c0): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d2c0): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d2c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d2c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d300): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d300): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d300): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d300): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d300): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.921022212 +0000 UTC m=+5.330571385 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d300): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d3c0): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d3c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d3c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d3c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d3c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.921022212 +0000 UTC m=+5.330571385 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d3c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b4460 item 29 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d440): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d440): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d440): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d440): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d440): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.922371546 +0000 UTC m=+5.331920721 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d440): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d4c0): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d4c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d4c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d4c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d4c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.922371546 +0000 UTC m=+5.331920721 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d4c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b4700 item 30 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d580): _readAt: size=2, off=0 2025/01/16 02:37:37 ERROR : open-test-file(0xc000b7d580): Couldn't read size of file 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d580): >_readAt: n=0, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d580): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d580): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d580): close: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d580): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d5c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d5c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d5c0): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d5c0): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d5c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.924387138 +0000 UTC m=+5.333936312 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d5c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d680): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d680): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d680): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d680): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d680): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.924387138 +0000 UTC m=+5.333936312 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d680): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b49a0 item 31 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 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 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d700): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d700): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d700): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d700): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d700): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.927361463 +0000 UTC m=+5.336910637 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d700): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d780): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d780): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d780): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d780): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d780): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.927361463 +0000 UTC m=+5.336910637 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d780): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b4c40 item 32 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d7c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d7c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d7c0): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d7c0): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d7c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.929022169 +0000 UTC m=+5.338571344 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d7c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d800): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d800): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d800): _writeAt: size=3, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d800): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d800): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b4f50 item 33 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d800): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d800): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.92956753 +0000 UTC m=+5.339116703 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d800): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d840): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d840): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d840): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d840): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d840): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.92956753 +0000 UTC m=+5.339116703 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d840): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b50a0 item 33 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d880): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d880): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d880): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d880): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d880): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.931015609 +0000 UTC m=+5.340564784 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d880): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d8c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d8c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b5340 item 34 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d8c0): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d8c0): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d8c0): _writeAt: size=3, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d8c0): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d8c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.931615501 +0000 UTC m=+5.341164676 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d8c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d900): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d900): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d900): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d900): >_readAt: n=3, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d900): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.931615501 +0000 UTC m=+5.341164676 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d900): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b5490 item 34 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d940): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d940): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d940): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d940): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d940): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.932915794 +0000 UTC m=+5.342464969 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d940): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d980): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d980): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d980): _writeAt: size=3, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d980): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d980): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b5730 item 35 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d980): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d980): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.933415881 +0000 UTC m=+5.342965055 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d980): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d9c0): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d9c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d9c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d9c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d9c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.933415881 +0000 UTC m=+5.342965055 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7d9c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b5880 item 35 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7da40): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7da40): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7da40): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7da40): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7da40): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.934832751 +0000 UTC m=+5.344381935 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7da40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7db00): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7db00): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b5b20 item 36 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7db00): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7db00): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7db00): _writeAt: size=3, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7db00): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7db00): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.935468861 +0000 UTC m=+5.345018035 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7db00): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7db40): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7db40): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7db40): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7db40): >_readAt: n=3, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7db40): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.935468861 +0000 UTC m=+5.345018035 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7db40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b5c70 item 36 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7db80): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7db80): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7db80): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7db80): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7db80): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.936728467 +0000 UTC m=+5.346277642 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7db80): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dbc0): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dbc0): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dbc0): _writeAt: size=3, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dbc0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dbc0): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0000522a0 item 37 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dbc0): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dbc0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.937250795 +0000 UTC m=+5.346799979 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dbc0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dc00): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dc00): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dc00): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dc00): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dc00): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.937250795 +0000 UTC m=+5.346799979 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dc00): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0000525b0 item 37 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dc80): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dc80): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dc80): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dc80): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dc80): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.938657447 +0000 UTC m=+5.348206621 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dc80): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dd40): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dd40): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0000528c0 item 38 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dd40): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dd40): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dd40): _writeAt: size=3, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dd40): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dd40): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.939274481 +0000 UTC m=+5.348823645 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7dd40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ddc0): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ddc0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ddc0): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ddc0): >_readAt: n=3, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ddc0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.939274481 +0000 UTC m=+5.348823645 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7ddc0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000052b60 item 38 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7de40): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7de40): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7de40): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7de40): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7de40): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.940680833 +0000 UTC m=+5.350230007 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7de40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7df00): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7df00): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7df00): _writeAt: size=3, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7df00): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7df00): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000052e00 item 39 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7df00): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7df00): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.941255217 +0000 UTC m=+5.350804391 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7df00): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7df40): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7df40): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7df40): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7df40): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7df40): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.941255217 +0000 UTC m=+5.350804391 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000b7df40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000052fc0 item 39 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84040): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84040): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84040): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84040): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84040): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.942805117 +0000 UTC m=+5.352354281 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84040): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84100): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84100): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000053340 item 40 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84100): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84100): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84100): _writeAt: size=3, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84100): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84100): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.943454011 +0000 UTC m=+5.353003186 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84100): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84140): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84140): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84140): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84140): >_readAt: n=3, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84140): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.943454011 +0000 UTC m=+5.353003186 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84140): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0000535e0 item 40 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84180): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84180): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84180): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84180): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84180): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84180): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84180): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.944973715 +0000 UTC m=+5.354522889 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84180): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c841c0): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c841c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c841c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0000539d0 item 41 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c841c0): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c841c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.945636374 +0000 UTC m=+5.355185549 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c841c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84200): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84200): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84200): _writeAt: size=3, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84200): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84200): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cc070 item 41 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84200): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84200): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.946286841 +0000 UTC m=+5.355836026 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84200): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84240): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84240): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84240): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84240): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84240): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.946286841 +0000 UTC m=+5.355836026 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84240): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cc2a0 item 41 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84300): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84300): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84300): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84300): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84300): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84300): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84300): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.947810112 +0000 UTC m=+5.357359286 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84300): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84340): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84340): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84340): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cc620 item 42 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84340): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84340): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.94830636 +0000 UTC m=+5.357855544 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84340): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84440): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84440): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cc770 item 42 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84440): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84440): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84440): _writeAt: size=3, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84440): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84440): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.94893206 +0000 UTC m=+5.358481234 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84440): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84480): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84480): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84480): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84480): >_readAt: n=3, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84480): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.94893206 +0000 UTC m=+5.358481234 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84480): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cc9a0 item 42 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84540): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84540): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84540): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84540): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84540): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84540): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84540): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.950362277 +0000 UTC m=+5.359911450 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84540): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84580): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84580): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84580): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002ccc40 item 43 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84580): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84580): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.950961147 +0000 UTC m=+5.360510321 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84580): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84640): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84640): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84640): _writeAt: size=3, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84640): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84640): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cce70 item 43 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84640): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84640): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.951471572 +0000 UTC m=+5.361020736 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84640): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84680): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84680): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84680): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84680): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84680): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.951471572 +0000 UTC m=+5.361020736 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84680): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002ccfc0 item 43 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84740): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84740): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84740): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84740): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84740): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84740): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84740): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.953014939 +0000 UTC m=+5.362564113 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84740): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84780): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84780): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84780): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cd3b0 item 44 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84780): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84780): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.953572162 +0000 UTC m=+5.363121336 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84780): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84840): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84840): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cd5e0 item 44 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84840): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84840): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84840): _writeAt: size=3, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84840): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84840): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.954238088 +0000 UTC m=+5.363787262 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84840): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84880): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84880): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84880): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84880): >_readAt: n=3, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84880): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.954238088 +0000 UTC m=+5.363787262 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84880): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cd730 item 44 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84940): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84940): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84940): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84940): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84940): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84940): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84940): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.955604083 +0000 UTC m=+5.365153258 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84940): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84980): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84980): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84980): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cdab0 item 45 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84980): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84980): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.956162168 +0000 UTC m=+5.365711342 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84980): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84a40): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84a40): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84a40): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84a40): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84a40): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.956162168 +0000 UTC m=+5.365711342 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84a40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cdce0 item 45 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84b00): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84b00): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84b00): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84b00): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84b00): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84b00): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84b00): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.957700055 +0000 UTC m=+5.367249229 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84b00): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84b40): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84b40): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84b40): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003005b0 item 46 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84b40): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84b40): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.958950134 +0000 UTC m=+5.368499308 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84b40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84c40): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84c40): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84c40): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84c40): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84c40): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.958950134 +0000 UTC m=+5.368499308 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84c40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000300770 item 46 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84d00): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84d00): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84d00): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84d00): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84d00): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84d00): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84d00): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.960683597 +0000 UTC m=+5.370232772 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84d00): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84d40): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84d40): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84d40): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000300f50 item 47 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84d40): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84d40): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.961387906 +0000 UTC m=+5.370937100 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84d40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84e00): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84e00): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84e00): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84e00): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84e00): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.961387906 +0000 UTC m=+5.370937100 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84e00): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000301180 item 47 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84ec0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84ec0): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84ec0): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84ec0): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84ec0): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84ec0): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84ec0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.962955287 +0000 UTC m=+5.372504461 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84ec0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84f00): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84f00): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84f00): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000301490 item 48 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84f00): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84f00): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.96353369 +0000 UTC m=+5.373082864 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84f00): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84fc0): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84fc0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84fc0): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84fc0): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84fc0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.96353369 +0000 UTC m=+5.373082864 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c84fc0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003017a0 item 48 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85000): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85000): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85000): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85000): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85000): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.965079672 +0000 UTC m=+5.374628845 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85000): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85040): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85040): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85040): _writeAt: size=3, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85040): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85040): open at offset 5 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85040): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000301ce0 item 49 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85040): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85040): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.96568234 +0000 UTC m=+5.375231514 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85040): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85080): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85080): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85080): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85080): >_readAt: n=8, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85080): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.96568234 +0000 UTC m=+5.375231514 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85080): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000301e30 item 49 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85100): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85100): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85100): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85100): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85100): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.967087879 +0000 UTC m=+5.376637053 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85100): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c851c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c851c0): open at offset 5 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c851c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030c230 item 50 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c851c0): _readAt: size=2, off=5 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c851c0): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c851c0): _writeAt: size=3, off=5 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c851c0): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c851c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.967875312 +0000 UTC m=+5.377424506 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c851c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85200): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85200): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85200): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85200): >_readAt: n=3, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85200): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.967875312 +0000 UTC m=+5.377424506 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85200): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030c380 item 50 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85280): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85280): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85280): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85280): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85280): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.96946663 +0000 UTC m=+5.379015824 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85280): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85340): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85340): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85340): _writeAt: size=3, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85340): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85340): open at offset 5 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85340): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030c8c0 item 51 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85340): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85340): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.970117848 +0000 UTC m=+5.379667043 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85340): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85380): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85380): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85380): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85380): >_readAt: n=8, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85380): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.970117848 +0000 UTC m=+5.379667043 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85380): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030ce70 item 51 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85400): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85400): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85400): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85400): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85400): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.972268873 +0000 UTC m=+5.381818077 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85400): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c854c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c854c0): open at offset 5 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c854c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030d1f0 item 52 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c854c0): _readAt: size=2, off=5 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c854c0): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c854c0): _writeAt: size=3, off=5 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c854c0): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c854c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.973103584 +0000 UTC m=+5.382652789 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c854c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85500): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85500): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85500): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85500): >_readAt: n=3, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85500): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.973103584 +0000 UTC m=+5.382652789 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85500): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030d420 item 52 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85580): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85580): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85580): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85580): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85580): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.974834422 +0000 UTC m=+5.384383627 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85580): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85640): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85640): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85640): _writeAt: size=3, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85640): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85640): open at offset 5 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85640): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030d7a0 item 53 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85640): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85640): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.975499287 +0000 UTC m=+5.385048491 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85640): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85680): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85680): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85680): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85680): >_readAt: n=8, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85680): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.975499287 +0000 UTC m=+5.385048491 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85680): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030d8f0 item 53 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85740): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85740): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85740): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85740): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85740): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.977279859 +0000 UTC m=+5.386829063 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85740): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85800): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85800): open at offset 5 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85800): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030dc70 item 54 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85800): _readAt: size=2, off=5 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85800): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85800): _writeAt: size=3, off=5 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85800): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85800): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.978118267 +0000 UTC m=+5.387667471 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85800): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85840): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85840): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85840): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85840): >_readAt: n=3, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85840): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.978118267 +0000 UTC m=+5.387667471 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85840): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030ddc0 item 54 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c858c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c858c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c858c0): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c858c0): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c858c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.979937891 +0000 UTC m=+5.389487085 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c858c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85980): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85980): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85980): _writeAt: size=3, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85980): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85980): open at offset 5 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85980): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003101c0 item 55 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85980): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85980): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.980558352 +0000 UTC m=+5.390107546 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85980): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c859c0): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c859c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c859c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c859c0): >_readAt: n=8, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c859c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.980558352 +0000 UTC m=+5.390107546 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c859c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003103f0 item 55 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85a40): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85a40): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85a40): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85a40): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85a40): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.982226975 +0000 UTC m=+5.391776169 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85a40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85b00): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85b00): open at offset 5 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85b00): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000310690 item 56 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85b00): _readAt: size=2, off=5 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85b00): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85b00): _writeAt: size=3, off=5 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85b00): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85b00): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.982899212 +0000 UTC m=+5.392448406 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85b00): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85b40): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85b40): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85b40): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85b40): >_readAt: n=3, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85b40): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.982899212 +0000 UTC m=+5.392448406 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85b40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003108c0 item 56 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85c00): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85c00): open at offset 0 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85c00): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85c00): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85c00): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85c00): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85c00): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85c00): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.984452317 +0000 UTC m=+5.394001501 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85c00): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85c40): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85c40): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85c40): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000310fc0 item 57 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85c40): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85c40): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.985060686 +0000 UTC m=+5.394609879 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85c40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85d00): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85d00): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85d00): _writeAt: size=3, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85d00): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85d00): open at offset 5 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85d00): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003111f0 item 57 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85d00): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85d00): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.985611136 +0000 UTC m=+5.395160330 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85d00): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85d40): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85d40): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85d40): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85d40): >_readAt: n=8, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85d40): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.985611136 +0000 UTC m=+5.395160330 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85d40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000311420 item 57 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85e00): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85e00): open at offset 0 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85e00): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85e00): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85e00): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85e00): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85e00): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85e00): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.987155706 +0000 UTC m=+5.396704900 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85e00): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85e40): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85e40): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85e40): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000311960 item 58 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85e40): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85e40): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.987753595 +0000 UTC m=+5.397302789 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85e40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85f00): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85f00): open at offset 5 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85f00): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000311c00 item 58 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85f00): _readAt: size=2, off=5 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85f00): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85f00): _writeAt: size=3, off=5 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85f00): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85f00): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.988476297 +0000 UTC m=+5.398025491 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85f00): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85f40): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85f40): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85f40): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85f40): >_readAt: n=3, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85f40): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.988476297 +0000 UTC m=+5.398025491 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000c85f40): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000311d50 item 58 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000396340): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000396340): open at offset 0 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000396340): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000396340): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000396340): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000396340): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000396340): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000396340): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.992627403 +0000 UTC m=+5.402176566 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc000396340): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e000): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e000): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e000): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004061c0 item 59 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e000): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e000): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.993320609 +0000 UTC m=+5.402869794 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e000): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e0c0): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e0c0): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e0c0): _writeAt: size=3, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e0c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e0c0): open at offset 5 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e0c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004063f0 item 59 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e0c0): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e0c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.993915593 +0000 UTC m=+5.403464787 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e0c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e100): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e100): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e100): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e100): >_readAt: n=8, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e100): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.993915593 +0000 UTC m=+5.403464787 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e100): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004065b0 item 59 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e1c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e1c0): open at offset 0 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e1c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e1c0): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e1c0): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e1c0): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e1c0): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e1c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.995420909 +0000 UTC m=+5.404970103 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e1c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e200): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e200): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e200): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000406a10 item 60 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e200): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e200): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.995936974 +0000 UTC m=+5.405486168 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e200): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e2c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e2c0): open at offset 5 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e2c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000406c40 item 60 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e2c0): _readAt: size=2, off=5 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e2c0): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e2c0): _writeAt: size=3, off=5 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e2c0): >_writeAt: n=3, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e2c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.996543821 +0000 UTC m=+5.406093014 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e2c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e300): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e300): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e300): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e300): >_readAt: n=3, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e300): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.996543821 +0000 UTC m=+5.406093014 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e300): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000406e00 item 60 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e3c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e3c0): open at offset 0 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e3c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e3c0): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e3c0): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e3c0): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e3c0): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e3c0): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.997922248 +0000 UTC m=+5.407471432 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e3c0): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e400): _writeAt: size=5, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e400): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e400): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000407260 item 61 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e400): >_writeAt: n=5, err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e400): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.998450808 +0000 UTC m=+5.408000002 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e400): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e500): _readAt: size=512, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e500): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e500): >openPending: err= 2025/01/16 02:37:37 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e500): >_readAt: n=5, err=EOF 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e500): close: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.998450808 +0000 UTC m=+5.408000002 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e500): >close: err= 2025/01/16 02:37:37 DEBUG : open-test-file: Remove: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004077a0 item 61 2025/01/16 02:37:37 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:37 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2025/01/16 02:37:37 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e5c0): openPending: 2025/01/16 02:37:37 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e5c0): open at offset 0 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e5c0): >openPending: err= 2025/01/16 02:37:37 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:37 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:37 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e5c0): _readAt: size=2, off=0 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e5c0): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:37 DEBUG : open-test-file(0xc00083e5c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e5c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e5c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:37.999998103 +0000 UTC m=+5.409547297 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e5c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e600): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e600): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e600): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006a2070 item 62 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e600): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e600): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.00056851 +0000 UTC m=+5.410117715 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e600): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e6c0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e6c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e6c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e6c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e6c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.00056851 +0000 UTC m=+5.410117715 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e6c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006a22a0 item 62 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e780): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e780): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e780): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e780): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e780): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e780): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e780): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e780): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.002166981 +0000 UTC m=+5.411716174 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e780): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e7c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e7c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e7c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006a2770 item 63 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e7c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e7c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.002745964 +0000 UTC m=+5.412295158 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e7c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e900): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e900): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e900): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e900): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e900): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.002745964 +0000 UTC m=+5.412295158 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e900): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006a29a0 item 63 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 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 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e9c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e9c0): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e9c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e9c0): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e9c0): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e9c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e9c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e9c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.004316862 +0000 UTC m=+5.413866037 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e9c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ea00): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ea00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ea00): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006a2fc0 item 64 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ea00): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ea00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.004776703 +0000 UTC m=+5.414325877 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ea00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eac0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eac0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eac0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eac0): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eac0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.004776703 +0000 UTC m=+5.414325877 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eac0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006a3110 item 64 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eb00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eb00): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eb00): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eb00): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eb00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.006249117 +0000 UTC m=+5.415798292 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eb00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eb40): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eb40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eb40): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eb40): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eb40): _writeAt: size=3, off=2 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006a36c0 item 65 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eb40): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eb40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.006748122 +0000 UTC m=+5.416297296 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eb40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eb80): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eb80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eb80): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eb80): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eb80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.006748122 +0000 UTC m=+5.416297296 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eb80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006a3880 item 65 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ebc0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ebc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ebc0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ebc0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ebc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.007979636 +0000 UTC m=+5.417528810 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ebc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ec00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ec00): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006a3b20 item 66 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ec00): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ec00): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ec00): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ec00): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ec00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.008539644 +0000 UTC m=+5.418088818 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ec00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ec40): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ec40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ec40): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ec40): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ec40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.008539644 +0000 UTC m=+5.418088818 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ec40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006a3c70 item 66 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ec80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ec80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ec80): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ec80): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ec80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.009755639 +0000 UTC m=+5.419304813 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ec80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ecc0): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ecc0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ecc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ecc0): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ecc0): _writeAt: size=3, off=2 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006a3f10 item 67 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ecc0): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ecc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.010316168 +0000 UTC m=+5.419865342 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ecc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ed00): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ed00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ed00): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ed00): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ed00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.010316168 +0000 UTC m=+5.419865342 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ed00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003100e0 item 67 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ed80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ed80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ed80): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ed80): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ed80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.012083474 +0000 UTC m=+5.421632668 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ed80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ee80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ee80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000310460 item 68 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ee80): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ee80): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ee80): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ee80): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ee80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.013013714 +0000 UTC m=+5.422562919 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ee80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eec0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eec0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eec0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eec0): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eec0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.013013714 +0000 UTC m=+5.422562919 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083eec0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003105b0 item 68 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ef00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ef00): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ef00): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ef00): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ef00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.014884785 +0000 UTC m=+5.424433999 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ef00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ef80): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ef80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ef80): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ef80): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ef80): _writeAt: size=3, off=2 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000310930 item 69 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ef80): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ef80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.015743612 +0000 UTC m=+5.425292816 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ef80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144100): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144100): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144100): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144100): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144100): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.015743612 +0000 UTC m=+5.425292816 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144100): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040a000 item 69 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001441c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001441c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001441c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001441c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001441c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.017384793 +0000 UTC m=+5.426933957 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001441c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001442c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001442c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040a8c0 item 70 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001442c0): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001442c0): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001442c0): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001442c0): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001442c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.017947556 +0000 UTC m=+5.427496730 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001442c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144340): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144340): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144340): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144340): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144340): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.017947556 +0000 UTC m=+5.427496730 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144340): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040aaf0 item 70 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001443c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001443c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001443c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001443c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001443c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.01921662 +0000 UTC m=+5.428765794 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001443c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144480): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144480): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144480): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144480): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144480): _writeAt: size=3, off=2 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040ae00 item 71 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144480): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144480): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.019739769 +0000 UTC m=+5.429288933 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144480): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001444c0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001444c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001444c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001444c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001444c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.019739769 +0000 UTC m=+5.429288933 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001444c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040af50 item 71 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001445c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001445c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001445c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001445c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001445c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.021030685 +0000 UTC m=+5.430579858 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001445c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144980): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144980): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040b260 item 72 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144980): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144980): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144980): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144980): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144980): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.021587365 +0000 UTC m=+5.431136539 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144980): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144a80): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144a80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144a80): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144a80): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144a80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.021587365 +0000 UTC m=+5.431136539 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144a80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040b3b0 item 72 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ac0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ac0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ac0): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ac0): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ac0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ac0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ac0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.023231693 +0000 UTC m=+5.432780886 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ac0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144b40): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144b40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144b40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040b730 item 73 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144b40): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144b40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.023811186 +0000 UTC m=+5.433360380 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144b40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144bc0): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144bc0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144bc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144bc0): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144bc0): _writeAt: size=3, off=2 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040b960 item 73 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144bc0): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144bc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.024458438 +0000 UTC m=+5.434007631 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144bc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144c00): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144c00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144c00): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144c00): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144c00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.024458438 +0000 UTC m=+5.434007631 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144c00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040bb20 item 73 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ec0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ec0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ec0): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ec0): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ec0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ec0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ec0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.026072346 +0000 UTC m=+5.435621541 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ec0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144f00): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144f00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144f00): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00034e3f0 item 74 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144f00): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144f00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.02692422 +0000 UTC m=+5.436473425 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144f00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145140): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145140): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00034eaf0 item 74 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145140): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145140): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145140): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145140): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145140): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.027728536 +0000 UTC m=+5.437277740 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145140): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145180): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145180): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145180): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145180): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145180): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.027728536 +0000 UTC m=+5.437277740 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145180): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00034f030 item 74 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145240): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145240): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145240): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145240): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145240): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145240): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145240): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.029501121 +0000 UTC m=+5.439050336 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145240): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145300): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145300): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145300): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00034f5e0 item 75 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145300): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145300): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.030124858 +0000 UTC m=+5.439674063 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145300): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001453c0): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001453c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001453c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001453c0): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001453c0): _writeAt: size=3, off=2 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00034f960 item 75 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001453c0): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001453c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.030917983 +0000 UTC m=+5.440467198 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001453c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145400): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145400): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145400): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145400): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145400): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.030917983 +0000 UTC m=+5.440467198 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145400): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00034fb20 item 75 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145680): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145680): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145680): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145680): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145680): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145680): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145680): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.032387072 +0000 UTC m=+5.441936235 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145680): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001456c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001456c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001456c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003ee3f0 item 76 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001456c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001456c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.032976384 +0000 UTC m=+5.442525558 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001456c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145800): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145800): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003eec40 item 76 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145800): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145800): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145800): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145800): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145800): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.033586505 +0000 UTC m=+5.443135670 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145800): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145840): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145840): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145840): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145840): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145840): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.033586505 +0000 UTC m=+5.443135670 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145840): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003ef730 item 76 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145a00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145a00): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145a00): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145a00): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145a00): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145a00): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145a00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.034717912 +0000 UTC m=+5.444267087 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145a00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145a40): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145a40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145a40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003efc70 item 77 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145a40): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145a40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.035415658 +0000 UTC m=+5.444964852 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145a40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145c00): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145c00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145c00): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145c00): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145c00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.035415658 +0000 UTC m=+5.444964852 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145c00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003eff10 item 77 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145d80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145d80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145d80): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145d80): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145d80): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145d80): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145d80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.037473548 +0000 UTC m=+5.447022752 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145d80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145dc0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145dc0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145dc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00061ce00 item 78 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145dc0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145dc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.038124666 +0000 UTC m=+5.447673870 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145dc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145e80): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145e80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145e80): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145e80): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145e80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.038124666 +0000 UTC m=+5.447673870 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145e80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00061d260 item 78 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145f40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145f40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145f40): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145f40): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145f40): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145f40): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145f40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.040466718 +0000 UTC m=+5.450015932 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145f40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658000): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658000): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658000): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00061d6c0 item 79 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658000): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658000): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.041160907 +0000 UTC m=+5.450710111 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658000): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006580c0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006580c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006580c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006580c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006580c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.041160907 +0000 UTC m=+5.450710111 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006580c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00061d880 item 79 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f040): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f040): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f040): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f040): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f040): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f040): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f040): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.043121165 +0000 UTC m=+5.452670358 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f040): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f080): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f080): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f080): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000311110 item 80 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f080): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f080): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.043679829 +0000 UTC m=+5.453229024 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f080): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f1c0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f1c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f1c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f1c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f1c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.043679829 +0000 UTC m=+5.453229024 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f1c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003112d0 item 80 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f200): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f200): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f200): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f200): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f200): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.045899483 +0000 UTC m=+5.455448686 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f200): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f240): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f240): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f240): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f240): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f240): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f240): _writeAt: size=3, off=7 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000311730 item 81 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f240): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f240): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.046622526 +0000 UTC m=+5.456171730 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f240): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f280): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f280): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f280): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f280): >_readAt: n=8, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f280): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.046622526 +0000 UTC m=+5.456171730 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f280): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003119d0 item 81 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f300): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f300): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f300): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f300): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f300): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.048370997 +0000 UTC m=+5.457920191 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f300): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f3c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f3c0): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f3c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000311dc0 item 82 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f3c0): _readAt: size=2, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f3c0): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f3c0): _writeAt: size=3, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f3c0): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f3c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.049197894 +0000 UTC m=+5.458747098 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f3c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f400): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f400): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f400): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f400): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f400): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.049197894 +0000 UTC m=+5.458747098 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f400): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00042eaf0 item 82 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f480): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f480): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f480): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f480): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f480): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.051026044 +0000 UTC m=+5.460575248 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f480): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f540): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f540): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f540): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f540): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f540): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f540): _writeAt: size=3, off=7 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00042f9d0 item 83 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f540): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f540): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.051701087 +0000 UTC m=+5.461250301 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f540): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f580): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f580): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f580): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f580): >_readAt: n=8, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f580): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.051701087 +0000 UTC m=+5.461250301 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f580): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00042fc00 item 83 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f600): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f600): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f600): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f600): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f600): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.053358448 +0000 UTC m=+5.462907642 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f600): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f6c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f6c0): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f6c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006aa0e0 item 84 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f6c0): _readAt: size=2, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f6c0): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f6c0): _writeAt: size=3, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f6c0): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f6c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.054010668 +0000 UTC m=+5.463559862 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f6c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f740): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f740): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f740): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f740): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f740): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.054010668 +0000 UTC m=+5.463559862 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f740): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006aa230 item 84 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f7c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f7c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f7c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f7c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f7c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.055418613 +0000 UTC m=+5.464967807 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f7c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f880): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f880): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f880): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f880): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f880): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f880): _writeAt: size=3, off=7 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006aa620 item 85 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f880): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f880): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.056168886 +0000 UTC m=+5.465718090 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f880): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f8c0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f8c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f8c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f8c0): >_readAt: n=8, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f8c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.056168886 +0000 UTC m=+5.465718090 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f8c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006aa8c0 item 85 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f940): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f940): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f940): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f940): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f940): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.057963464 +0000 UTC m=+5.467512668 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083f940): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fa00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fa00): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fa00): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006aabd0 item 86 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fa00): _readAt: size=2, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fa00): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fa00): _writeAt: size=3, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fa00): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fa00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.058720149 +0000 UTC m=+5.468269364 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fa00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fa40): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fa40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fa40): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fa40): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fa40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.058720149 +0000 UTC m=+5.468269364 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fa40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006aad20 item 86 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fac0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fac0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fac0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fac0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fac0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.060387138 +0000 UTC m=+5.469936342 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fac0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fb80): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fb80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fb80): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fb80): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fb80): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fb80): _writeAt: size=3, off=7 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006ab0a0 item 87 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fb80): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fb80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.061115411 +0000 UTC m=+5.470664615 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fb80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fbc0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fbc0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fbc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fbc0): >_readAt: n=8, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fbc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.061115411 +0000 UTC m=+5.470664615 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fbc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006ab340 item 87 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fc40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fc40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fc40): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fc40): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fc40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.062884321 +0000 UTC m=+5.472433524 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fc40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fd00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fd00): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fd00): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006ab730 item 88 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fd00): _readAt: size=2, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fd00): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fd00): _writeAt: size=3, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fd00): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fd00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.064112939 +0000 UTC m=+5.473662143 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fd00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fd40): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fd40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fd40): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fd40): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fd40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.064112939 +0000 UTC m=+5.473662143 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fd40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006ab880 item 88 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fe00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fe00): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fe00): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fe00): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fe00): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fe00): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fe00): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fe00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.065800737 +0000 UTC m=+5.475349911 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fe00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fe40): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fe40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fe40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006abb20 item 89 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fe40): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fe40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.066606284 +0000 UTC m=+5.476155478 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083fe40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ff00): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ff00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ff00): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ff00): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ff00): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ff00): _writeAt: size=3, off=7 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006abc70 item 89 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ff00): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ff00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.067296575 +0000 UTC m=+5.476845759 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ff00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ff40): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ff40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ff40): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ff40): >_readAt: n=8, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ff40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.067296575 +0000 UTC m=+5.476845759 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083ff40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006abdc0 item 89 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396440): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396440): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396440): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396440): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396440): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396440): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396440): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396440): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.069102665 +0000 UTC m=+5.478651859 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396440): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396480): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396480): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396480): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b40e0 item 90 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396480): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396480): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.069636293 +0000 UTC m=+5.479185487 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396480): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396540): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396540): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396540): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b4230 item 90 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396540): _readAt: size=2, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396540): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396540): _writeAt: size=3, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396540): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396540): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.070396646 +0000 UTC m=+5.479945840 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396540): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396580): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396580): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396580): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396580): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396580): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.070396646 +0000 UTC m=+5.479945840 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396580): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b43f0 item 90 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396640): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396640): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396640): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396640): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396640): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396640): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396640): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396640): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.071836539 +0000 UTC m=+5.481385734 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396640): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396680): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396680): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396680): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b4690 item 91 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396680): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396680): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.072363266 +0000 UTC m=+5.481912460 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396680): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396740): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396740): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396740): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396740): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396740): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396740): _writeAt: size=3, off=7 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b47e0 item 91 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396740): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396740): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.073006088 +0000 UTC m=+5.482555282 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396740): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396780): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396780): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396780): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396780): >_readAt: n=8, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396780): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.073006088 +0000 UTC m=+5.482555282 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396780): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b4930 item 91 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396880): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396880): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396880): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396880): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396880): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396880): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396880): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396880): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.074556488 +0000 UTC m=+5.484105682 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396880): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0003968c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0003968c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0003968c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b4bd0 item 92 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0003968c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0003968c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.07507567 +0000 UTC m=+5.484624864 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0003968c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396980): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396980): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396980): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b4d90 item 92 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396980): _readAt: size=2, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396980): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396980): _writeAt: size=3, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396980): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396980): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.07567462 +0000 UTC m=+5.485223804 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396980): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0003969c0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0003969c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0003969c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0003969c0): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0003969c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.07567462 +0000 UTC m=+5.485223804 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0003969c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b4ee0 item 92 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396b80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396b80): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396b80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396b80): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396b80): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396b80): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396b80): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396b80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.077019477 +0000 UTC m=+5.486568671 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396b80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396bc0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396bc0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396bc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b5180 item 93 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396bc0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396bc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.077552905 +0000 UTC m=+5.487102099 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000396bc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397ac0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397ac0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397ac0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397ac0): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397ac0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.077552905 +0000 UTC m=+5.487102099 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397ac0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b52d0 item 93 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397b80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397b80): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397b80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397b80): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397b80): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397b80): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397b80): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397b80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.079125587 +0000 UTC m=+5.488674781 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397b80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397bc0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397bc0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397bc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b5570 item 94 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397bc0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397bc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.079681167 +0000 UTC m=+5.489230361 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397bc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397c80): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397c80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397c80): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397c80): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397c80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.079681167 +0000 UTC m=+5.489230361 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397c80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b56c0 item 94 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397d40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397d40): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397d40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397d40): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397d40): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397d40): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397d40): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397d40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.081319442 +0000 UTC m=+5.490868626 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397d40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397dc0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397dc0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397dc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b5960 item 95 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397dc0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397dc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.081860153 +0000 UTC m=+5.491409347 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397dc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397e80): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397e80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397e80): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397e80): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397e80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.081860153 +0000 UTC m=+5.491409347 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397e80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b5ab0 item 95 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 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 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397f40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397f40): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397f40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397f40): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397f40): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397f40): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397f40): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397f40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.083405505 +0000 UTC m=+5.492954699 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000397f40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bc400): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bc400): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bc400): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b5dc0 item 96 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bc400): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bc400): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.084017068 +0000 UTC m=+5.493566262 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bc400): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcd00): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcd00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcd00): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcd00): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcd00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.084017068 +0000 UTC m=+5.493566262 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcd00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b5f10 item 96 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= 2025/01/16 02:37:38 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:38 DEBUG : : Looking for writers 2025/01/16 02:37:38 DEBUG : >WaitForWriters: 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:38 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2025/01/16 02:37:38 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c080): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c080): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c080): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c080): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c080): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.092620035 +0000 UTC m=+5.502169229 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c080): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c100): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c100): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c100): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c100): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c100): _writeAt: size=3, off=2 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c100): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c100): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.092620035 +0000 UTC m=+5.502169229 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c100): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c140): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c140): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c140): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c140): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c140): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.092620035 +0000 UTC m=+5.502169229 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c140): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000300460 item 1 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c180): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c180): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c180): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c180): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c180): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.094848374 +0000 UTC m=+5.504397568 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c180): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c1c0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c1c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c1c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c1c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c1c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.094848374 +0000 UTC m=+5.504397568 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c1c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000300e00 item 2 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828240): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828240): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828240): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828240): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828240): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.097229249 +0000 UTC m=+5.506778453 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828240): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828300): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828300): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828300): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828300): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828300): _writeAt: size=3, off=2 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828300): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828300): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.097229249 +0000 UTC m=+5.506778453 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828300): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828340): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828340): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828340): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828340): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828340): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.097229249 +0000 UTC m=+5.506778453 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828340): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cc460 item 3 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008283c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008283c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008283c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008283c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008283c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.099767487 +0000 UTC m=+5.509316681 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008283c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828440): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828440): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828440): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828440): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828440): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.099767487 +0000 UTC m=+5.509316681 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828440): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cc9a0 item 4 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828480): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828480): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828480): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828480): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828480): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.101430589 +0000 UTC m=+5.510979783 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828480): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008284c0): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008284c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008284c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008284c0): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008284c0): _writeAt: size=3, off=2 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008284c0): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008284c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.101430589 +0000 UTC m=+5.510979783 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008284c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828500): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828500): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828500): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828500): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828500): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.101430589 +0000 UTC m=+5.510979783 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828500): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002ccc40 item 5 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828580): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828580): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828580): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828580): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828580): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.103933121 +0000 UTC m=+5.513482326 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828580): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828680): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828680): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828680): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828680): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828680): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.103933121 +0000 UTC m=+5.513482326 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828680): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cd180 item 6 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828700): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828700): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828700): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828700): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828700): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.105987645 +0000 UTC m=+5.515536859 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828700): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008287c0): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008287c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008287c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008287c0): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008287c0): _writeAt: size=3, off=2 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008287c0): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008287c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.105987645 +0000 UTC m=+5.515536859 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008287c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828800): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828800): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828800): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828800): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828800): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.105987645 +0000 UTC m=+5.515536859 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828800): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cd490 item 7 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828880): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828880): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828880): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828880): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828880): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.108867864 +0000 UTC m=+5.518417078 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828880): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828900): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828900): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828900): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828900): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828900): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.108867864 +0000 UTC m=+5.518417078 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828900): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cd9d0 item 8 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828940): _readAt: size=2, off=0 2025/01/16 02:37:38 ERROR : open-test-file(0xc000828940): Couldn't read size of file 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828940): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828940): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828940): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828940): close: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828940): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828980): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828980): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828980): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828980): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828980): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.110833472 +0000 UTC m=+5.520382676 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828980): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008289c0): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008289c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008289c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008289c0): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008289c0): _writeAt: size=3, off=2 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008289c0): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008289c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.110833472 +0000 UTC m=+5.520382676 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008289c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a00): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a00): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a00): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.110833472 +0000 UTC m=+5.520382676 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030c0e0 item 9 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a80): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a80): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.113363455 +0000 UTC m=+5.522912660 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828b00): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828b00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828b00): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828b00): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828b00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.113363455 +0000 UTC m=+5.522912660 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828b00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030c5b0 item 10 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828bc0): _readAt: size=2, off=0 2025/01/16 02:37:38 ERROR : open-test-file(0xc000828bc0): Couldn't read size of file 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828bc0): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828bc0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828bc0): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828bc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828bc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828c40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828c40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828c40): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828c40): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828c40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.115352788 +0000 UTC m=+5.524902001 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828c40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d00): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d00): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d00): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d00): _writeAt: size=3, off=2 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d00): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.115352788 +0000 UTC m=+5.524902001 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d40): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d40): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d40): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.115352788 +0000 UTC m=+5.524902001 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030ce00 item 11 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828dc0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828dc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828dc0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828dc0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828dc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.118075812 +0000 UTC m=+5.527625016 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828dc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828e40): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828e40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828e40): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828e40): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828e40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.118075812 +0000 UTC m=+5.527625016 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828e40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030d260 item 12 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c280): _readAt: size=2, off=0 2025/01/16 02:37:38 ERROR : open-test-file(0xc000b7c280): Couldn't read size of file 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c280): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c280): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c280): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c280): close: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c280): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c2c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c2c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c2c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c2c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c2c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.119801982 +0000 UTC m=+5.529351166 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c2c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c380): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c380): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c380): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c380): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c380): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.119801982 +0000 UTC m=+5.529351166 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c380): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000301260 item 13 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c440): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c440): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c440): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c440): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c440): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.121999864 +0000 UTC m=+5.531549067 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c440): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c4c0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c4c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c4c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c4c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c4c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.121999864 +0000 UTC m=+5.531549067 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c4c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000301650 item 14 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c580): _readAt: size=2, off=0 2025/01/16 02:37:38 ERROR : open-test-file(0xc000b7c580): Couldn't read size of file 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c580): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c580): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c580): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c580): close: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c580): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c5c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c5c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c5c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c5c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c5c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.124024832 +0000 UTC m=+5.533574036 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c5c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c6c0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c6c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c6c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c6c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c6c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.124024832 +0000 UTC m=+5.533574036 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c6c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000301a40 item 15 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c740): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c740): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c740): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c740): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c740): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.126000439 +0000 UTC m=+5.535549652 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c740): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c7c0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c7c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c7c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c7c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c7c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.126000439 +0000 UTC m=+5.535549652 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c7c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000301ea0 item 16 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c800): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c800): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c800): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c800): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c800): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.127886376 +0000 UTC m=+5.537435591 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c800): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c840): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c840): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c840): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c840): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c840): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c840): _writeAt: size=3, off=7 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c840): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c840): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.127886376 +0000 UTC m=+5.537435591 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c840): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c880): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c880): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c880): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c880): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c880): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.127886376 +0000 UTC m=+5.537435591 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c880): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000336460 item 17 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c900): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c900): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c900): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c900): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c900): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.130352541 +0000 UTC m=+5.539901725 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c900): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c980): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c980): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c980): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c980): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c980): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.130352541 +0000 UTC m=+5.539901725 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c980): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000336930 item 18 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7ca00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7ca00): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7ca00): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7ca00): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7ca00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.131926505 +0000 UTC m=+5.541475689 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7ca00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb00): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb00): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb00): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb00): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb00): _writeAt: size=3, off=7 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb00): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.131926505 +0000 UTC m=+5.541475689 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb40): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb40): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb40): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.131926505 +0000 UTC m=+5.541475689 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000336d20 item 19 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cbc0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cbc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cbc0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cbc0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cbc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.134305507 +0000 UTC m=+5.543854710 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cbc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cc40): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cc40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cc40): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cc40): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cc40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.134305507 +0000 UTC m=+5.543854710 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cc40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003373b0 item 20 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7ccc0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7ccc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7ccc0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7ccc0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7ccc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.136661454 +0000 UTC m=+5.546210658 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7ccc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cd80): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cd80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cd80): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cd80): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cd80): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cd80): _writeAt: size=3, off=7 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cd80): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cd80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.136661454 +0000 UTC m=+5.546210658 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cd80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cdc0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cdc0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cdc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cdc0): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cdc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.136661454 +0000 UTC m=+5.546210658 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cdc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003377a0 item 21 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7ce40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7ce40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7ce40): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7ce40): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7ce40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.139450042 +0000 UTC m=+5.548999246 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7ce40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cec0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cec0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cec0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cec0): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cec0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.139450042 +0000 UTC m=+5.548999246 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cec0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000337c70 item 22 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cf40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cf40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cf40): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cf40): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cf40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.141626163 +0000 UTC m=+5.551175368 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cf40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d000): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d000): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d000): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d000): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d000): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d000): _writeAt: size=3, off=7 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d000): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d000): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.141626163 +0000 UTC m=+5.551175368 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d000): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d040): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d040): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d040): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d040): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d040): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.141626163 +0000 UTC m=+5.551175368 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d040): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000338000 item 23 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d0c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d0c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d0c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d0c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d0c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.144598223 +0000 UTC m=+5.554147438 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d0c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d140): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d140): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d140): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d140): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d140): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.144598223 +0000 UTC m=+5.554147438 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d140): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000338540 item 24 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f40): _readAt: size=2, off=0 2025/01/16 02:37:38 ERROR : open-test-file(0xc000828f40): Couldn't read size of file 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f40): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f40): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f40): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f40): close: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f80): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f80): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.146885384 +0000 UTC m=+5.556434588 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829080): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829080): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829080): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829080): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829080): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829080): _writeAt: size=3, off=7 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829080): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829080): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.146885384 +0000 UTC m=+5.556434588 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829080): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008290c0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008290c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008290c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008290c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008290c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.146885384 +0000 UTC m=+5.556434588 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008290c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030d5e0 item 25 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829140): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829140): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829140): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829140): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829140): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.149835703 +0000 UTC m=+5.559384917 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829140): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829200): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829200): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829200): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829200): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829200): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.149835703 +0000 UTC m=+5.559384917 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829200): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030da40 item 26 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829340): _readAt: size=2, off=0 2025/01/16 02:37:38 ERROR : open-test-file(0xc000829340): Couldn't read size of file 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829340): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829340): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829340): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829340): close: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829340): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829380): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829380): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829380): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829380): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829380): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.151489216 +0000 UTC m=+5.561038400 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829380): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829440): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829440): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829440): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829440): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829440): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829440): _writeAt: size=3, off=7 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829440): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829440): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.151489216 +0000 UTC m=+5.561038400 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829440): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829480): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829480): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829480): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829480): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829480): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.151489216 +0000 UTC m=+5.561038400 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829480): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030ddc0 item 27 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829500): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829500): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829500): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829500): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829500): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.15439334 +0000 UTC m=+5.563942555 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829500): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008295c0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008295c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008295c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008295c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008295c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.15439334 +0000 UTC m=+5.563942555 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008295c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003424d0 item 28 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829680): _readAt: size=2, off=0 2025/01/16 02:37:38 ERROR : open-test-file(0xc000829680): Couldn't read size of file 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829680): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829680): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829680): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829680): close: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829680): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d180): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d180): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d180): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d180): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d180): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.159967048 +0000 UTC m=+5.569516253 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7d180): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008280c0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008280c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008280c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008280c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008280c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.159967048 +0000 UTC m=+5.569516253 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008280c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003420e0 item 29 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828140): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828140): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828140): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828140): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828140): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.161629018 +0000 UTC m=+5.571178202 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828140): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828200): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828200): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828200): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828200): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828200): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.161629018 +0000 UTC m=+5.571178202 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828200): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003425b0 item 30 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828340): _readAt: size=2, off=0 2025/01/16 02:37:38 ERROR : open-test-file(0xc000828340): Couldn't read size of file 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828340): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828340): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828340): >_writeAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828340): close: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828340): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828380): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828380): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828380): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828380): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828380): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.16323906 +0000 UTC m=+5.572788245 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828380): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828440): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828440): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828440): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828440): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828440): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.16323906 +0000 UTC m=+5.572788245 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828440): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000342a80 item 31 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008284c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008284c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008284c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008284c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008284c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.164734459 +0000 UTC m=+5.574283653 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008284c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828540): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828540): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828540): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828540): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828540): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.164734459 +0000 UTC m=+5.574283653 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828540): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000342ee0 item 32 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828580): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828580): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828580): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828580): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828580): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.166284999 +0000 UTC m=+5.575834192 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828580): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828600): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828600): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828600): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828600): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828600): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000343260 item 33 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828600): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828600): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.166829949 +0000 UTC m=+5.576379143 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828600): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828680): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828680): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828680): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828680): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828680): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.166829949 +0000 UTC m=+5.576379143 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828680): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000343490 item 33 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008286c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008286c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008286c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008286c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008286c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.168404515 +0000 UTC m=+5.577953699 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008286c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828700): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828700): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003437a0 item 34 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828700): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828700): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828700): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828700): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828700): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.169215633 +0000 UTC m=+5.578764847 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828700): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828740): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828740): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828740): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828740): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828740): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.169215633 +0000 UTC m=+5.578764847 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828740): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000343960 item 34 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828780): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828780): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828780): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828780): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828780): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.171044864 +0000 UTC m=+5.580594069 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828780): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008287c0): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008287c0): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008287c0): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008287c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008287c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000343f10 item 35 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008287c0): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008287c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.171722673 +0000 UTC m=+5.581271887 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008287c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828800): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828800): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828800): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828800): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828800): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.171722673 +0000 UTC m=+5.581271887 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828800): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0000524d0 item 35 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828880): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828880): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828880): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828880): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828880): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.173803286 +0000 UTC m=+5.583352490 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828880): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828940): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828940): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000052850 item 36 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828940): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828940): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828940): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828940): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828940): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.17458086 +0000 UTC m=+5.584130065 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828940): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828980): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828980): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828980): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828980): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828980): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.17458086 +0000 UTC m=+5.584130065 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828980): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000052af0 item 36 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008289c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008289c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008289c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008289c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008289c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.17625896 +0000 UTC m=+5.585808164 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008289c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a00): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a00): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a00): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a00): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000052d90 item 37 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a00): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.177105083 +0000 UTC m=+5.586654288 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a40): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a40): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a40): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.177105083 +0000 UTC m=+5.586654288 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828a40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000052ee0 item 37 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828ac0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828ac0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828ac0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828ac0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828ac0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.179228776 +0000 UTC m=+5.588777981 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828ac0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828b80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828b80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0000532d0 item 38 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828b80): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828b80): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828b80): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828b80): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828b80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.180008987 +0000 UTC m=+5.589558191 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828b80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828bc0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828bc0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828bc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828bc0): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828bc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.180008987 +0000 UTC m=+5.589558191 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828bc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000053500 item 38 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828c80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828c80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828c80): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828c80): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828c80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.18179111 +0000 UTC m=+5.591340314 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828c80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d40): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d40): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d40): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0000538f0 item 39 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d40): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.182463077 +0000 UTC m=+5.592012282 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d80): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d80): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d80): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.182463077 +0000 UTC m=+5.592012282 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828d80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000338000 item 39 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828e00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828e00): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828e00): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828e00): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828e00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.184284215 +0000 UTC m=+5.593833419 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828e00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f00): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000338380 item 40 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f00): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f00): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f00): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f00): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.18511529 +0000 UTC m=+5.594664494 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f40): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f40): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f40): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.18511529 +0000 UTC m=+5.594664494 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003385b0 item 40 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f80): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f80): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f80): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f80): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.187613584 +0000 UTC m=+5.597162798 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000828f80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829000): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829000): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829000): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000338a10 item 41 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829000): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829000): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.188315387 +0000 UTC m=+5.597864602 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829000): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829040): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829040): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829040): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829040): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829040): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000338bd0 item 41 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829040): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829040): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.18915081 +0000 UTC m=+5.598700015 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829040): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829080): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829080): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829080): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829080): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829080): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.18915081 +0000 UTC m=+5.598700015 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829080): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000338d90 item 41 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829140): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829140): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829140): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829140): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829140): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829140): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829140): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.191301845 +0000 UTC m=+5.600851049 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829140): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008291c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008291c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008291c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000339340 item 42 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008291c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008291c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.19198331 +0000 UTC m=+5.601532514 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008291c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829300): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829300): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003395e0 item 42 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829300): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829300): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829300): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829300): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829300): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.193226816 +0000 UTC m=+5.602776021 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829300): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829340): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829340): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829340): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829340): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829340): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.193226816 +0000 UTC m=+5.602776021 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829340): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000339810 item 42 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829400): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829400): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829400): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829400): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829400): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829400): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829400): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.195055276 +0000 UTC m=+5.604604491 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829400): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829440): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829440): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829440): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000339c70 item 43 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829440): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829440): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.195793187 +0000 UTC m=+5.605342402 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829440): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829500): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829500): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829500): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829500): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829500): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000339e30 item 43 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829500): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829500): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.196542839 +0000 UTC m=+5.606092044 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829500): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829540): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829540): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829540): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829540): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829540): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.196542839 +0000 UTC m=+5.606092044 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829540): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00061c3f0 item 43 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829640): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829640): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829640): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829640): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829640): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829640): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829640): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.198410455 +0000 UTC m=+5.607959659 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829640): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008296c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008296c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008296c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00061d0a0 item 44 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008296c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008296c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.199163243 +0000 UTC m=+5.608712457 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008296c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829780): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829780): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00061d420 item 44 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829780): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829780): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829780): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829780): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829780): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.199879954 +0000 UTC m=+5.609429158 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829780): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008297c0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008297c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008297c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008297c0): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008297c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.199879954 +0000 UTC m=+5.609429158 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008297c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00061d650 item 44 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829880): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829880): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829880): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829880): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829880): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829880): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829880): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.201660335 +0000 UTC m=+5.611209539 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829880): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008298c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008298c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008298c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00061d960 item 45 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008298c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008298c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.202317034 +0000 UTC m=+5.611866248 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0008298c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829980): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829980): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829980): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829980): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829980): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.202317034 +0000 UTC m=+5.611866248 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829980): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00061db20 item 45 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829a40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829a40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829a40): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829a40): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829a40): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829a40): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829a40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.204013007 +0000 UTC m=+5.613562181 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829a40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829a80): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829a80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829a80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00061df10 item 46 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829a80): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829a80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.204572644 +0000 UTC m=+5.614121818 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829a80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829b40): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829b40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829b40): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829b40): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829b40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.204572644 +0000 UTC m=+5.614121818 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829b40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004061c0 item 46 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829c00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829c00): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829c00): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829c00): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829c00): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829c00): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829c00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.205884919 +0000 UTC m=+5.615434093 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829c00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829c40): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829c40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829c40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004065b0 item 47 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829c40): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829c40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.206449324 +0000 UTC m=+5.615998499 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829c40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829d40): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829d40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829d40): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829d40): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829d40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.206449324 +0000 UTC m=+5.615998499 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829d40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004067e0 item 47 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829e00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829e00): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829e00): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829e00): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829e00): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829e00): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829e00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.207794592 +0000 UTC m=+5.617343766 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829e00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829e40): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829e40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829e40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000406c40 item 48 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829e40): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829e40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.208358396 +0000 UTC m=+5.617907570 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829e40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829f00): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829f00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829f00): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829f00): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829f00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.208358396 +0000 UTC m=+5.617907570 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829f00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000406e00 item 48 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829f40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829f40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829f40): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829f40): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829f40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.209773865 +0000 UTC m=+5.619323039 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000829f40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bc400): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bc400): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bc400): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bc400): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bc400): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bc400): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000407260 item 49 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bc400): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bc400): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.210431996 +0000 UTC m=+5.619981161 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bc400): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcb40): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcb40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcb40): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcb40): >_readAt: n=8, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcb40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.210431996 +0000 UTC m=+5.619981161 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcb40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0004077a0 item 49 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcd00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcd00): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcd00): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcd00): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcd00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.211854728 +0000 UTC m=+5.621403902 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcd00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bce40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bce40): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bce40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006a2070 item 50 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bce40): _readAt: size=2, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bce40): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bce40): _writeAt: size=3, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bce40): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bce40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.212483504 +0000 UTC m=+5.622032678 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bce40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcec0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcec0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcec0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcec0): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcec0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.212483504 +0000 UTC m=+5.622032678 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcec0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006a22a0 item 50 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcf80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcf80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcf80): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcf80): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcf80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.214501621 +0000 UTC m=+5.624050835 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bcf80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd0c0): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd0c0): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd0c0): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd0c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd0c0): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd0c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006a2770 item 51 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd0c0): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd0c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.215193255 +0000 UTC m=+5.624742439 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd0c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd140): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd140): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd140): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd140): >_readAt: n=8, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd140): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.215193255 +0000 UTC m=+5.624742439 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd140): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006a29a0 item 51 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd4c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd4c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd4c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd4c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd4c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.216734046 +0000 UTC m=+5.626283211 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd4c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd640): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd640): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd640): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006a2fc0 item 52 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd640): _readAt: size=2, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd640): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd640): _writeAt: size=3, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd640): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd640): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.221440914 +0000 UTC m=+5.630990098 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd640): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd680): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd680): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd680): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd680): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd680): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.221440914 +0000 UTC m=+5.630990098 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd680): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006a3110 item 52 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd700): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd700): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd700): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd700): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd700): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.223269745 +0000 UTC m=+5.632818949 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd700): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd7c0): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd7c0): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd7c0): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd7c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd7c0): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd7c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006a36c0 item 53 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd7c0): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd7c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.224022013 +0000 UTC m=+5.633571217 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd7c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd840): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd840): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd840): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd840): >_readAt: n=8, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd840): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.224022013 +0000 UTC m=+5.633571217 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd840): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006a3880 item 53 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd980): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd980): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd980): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd980): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd980): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.226004542 +0000 UTC m=+5.635553755 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bd980): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bda80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bda80): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bda80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006a3b20 item 54 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bda80): _readAt: size=2, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bda80): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bda80): _writeAt: size=3, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bda80): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bda80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.226774533 +0000 UTC m=+5.636323737 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bda80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdac0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdac0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdac0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdac0): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdac0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.226774533 +0000 UTC m=+5.636323737 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdac0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006a3c70 item 54 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdb40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdb40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdb40): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdb40): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdb40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.22854212 +0000 UTC m=+5.638091324 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdb40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdc00): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdc00): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdc00): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdc00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdc00): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdc00): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006a3f10 item 55 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdc00): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdc00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.229262307 +0000 UTC m=+5.638811511 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdc00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdc40): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdc40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdc40): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdc40): >_readAt: n=8, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdc40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.229262307 +0000 UTC m=+5.638811511 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdc40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040a460 item 55 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdcc0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdcc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdcc0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdcc0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdcc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.231151541 +0000 UTC m=+5.640700745 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdcc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdd80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdd80): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdd80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040aa80 item 56 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdd80): _readAt: size=2, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdd80): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdd80): _writeAt: size=3, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdd80): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdd80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.231874163 +0000 UTC m=+5.641423368 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdd80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bddc0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bddc0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bddc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bddc0): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bddc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.231874163 +0000 UTC m=+5.641423368 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bddc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040ac40 item 56 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bde80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bde80): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bde80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bde80): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bde80): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bde80): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bde80): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bde80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.233526144 +0000 UTC m=+5.643075349 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bde80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdec0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdec0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdec0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040aee0 item 57 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdec0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdec0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.234163436 +0000 UTC m=+5.643712641 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0002bdec0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c000): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c000): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c000): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c000): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c000): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c000): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040b030 item 57 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c000): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c000): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.234864649 +0000 UTC m=+5.644413853 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c000): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c040): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c040): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c040): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c040): >_readAt: n=8, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c040): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.234864649 +0000 UTC m=+5.644413853 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c040): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040b180 item 57 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c140): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c140): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c140): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c140): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c140): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c140): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c140): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c140): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.236680025 +0000 UTC m=+5.646229240 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c140): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c180): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c180): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c180): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040b500 item 58 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c180): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c180): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.237336534 +0000 UTC m=+5.646885739 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c180): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c240): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c240): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c240): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040b6c0 item 58 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c240): _readAt: size=2, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c240): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c240): _writeAt: size=3, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c240): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c240): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.238132784 +0000 UTC m=+5.647681987 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c240): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c280): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c280): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c280): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c280): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c280): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.238132784 +0000 UTC m=+5.647681987 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c280): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040b810 item 58 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c340): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c340): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c340): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c340): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c340): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c340): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c340): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c340): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.239795143 +0000 UTC m=+5.649344348 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c340): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c380): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c380): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c380): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00040bce0 item 59 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c380): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c380): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.240440381 +0000 UTC m=+5.649989595 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c380): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c480): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c480): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c480): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c480): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c480): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c480): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00034e000 item 59 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c480): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c480): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.241151592 +0000 UTC m=+5.650700805 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c480): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c4c0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c4c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c4c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c4c0): >_readAt: n=8, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c4c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.241151592 +0000 UTC m=+5.650700805 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c4c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00034ea10 item 59 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c580): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c580): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c580): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c580): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c580): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c580): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c580): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c580): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.243136405 +0000 UTC m=+5.652685610 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c580): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c5c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c5c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c5c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00034f1f0 item 60 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c5c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c5c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.243837336 +0000 UTC m=+5.653386540 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c5c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c6c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c6c0): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c6c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00034f490 item 60 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c6c0): _readAt: size=2, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c6c0): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c6c0): _writeAt: size=3, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c6c0): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c6c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.244729475 +0000 UTC m=+5.654278680 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c6c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c700): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c700): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c700): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c700): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c700): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.244729475 +0000 UTC m=+5.654278680 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c700): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00034f810 item 60 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c7c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c7c0): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c7c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c7c0): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c7c0): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c7c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c7c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c7c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.246435587 +0000 UTC m=+5.655984792 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c7c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c800): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c800): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c800): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00034fc70 item 61 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c800): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c800): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.24715809 +0000 UTC m=+5.656707293 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c800): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c8c0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c8c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c8c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c8c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c8c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.24715809 +0000 UTC m=+5.656707293 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c8c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00034fea0 item 61 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c980): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c980): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c980): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c980): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c980): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c980): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c980): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c980): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.249218775 +0000 UTC m=+5.658767989 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c980): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c9c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c9c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c9c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003ef2d0 item 62 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c9c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c9c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.249891383 +0000 UTC m=+5.659440597 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7c9c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cac0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cac0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cac0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cac0): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cac0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.249891383 +0000 UTC m=+5.659440597 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cac0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003ef8f0 item 62 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb80): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb80): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb80): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb80): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb80): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.251876718 +0000 UTC m=+5.661425922 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cb80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cbc0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cbc0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cbc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003efce0 item 63 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cbc0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cbc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.252522166 +0000 UTC m=+5.662071380 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cbc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cc80): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cc80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cc80): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cc80): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cc80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.252522166 +0000 UTC m=+5.662071380 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cc80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000310000 item 63 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cd40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cd40): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cd40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cd40): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cd40): >_readAt: n=0, err=Bad file descriptor 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cd40): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cd40): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cd40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.254550931 +0000 UTC m=+5.664100136 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000b7cd40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658000): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658000): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658000): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00042e5b0 item 64 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658000): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658000): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.25553905 +0000 UTC m=+5.665088264 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658000): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006580c0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006580c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006580c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006580c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006580c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.25553905 +0000 UTC m=+5.665088264 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006580c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00042eee0 item 64 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658100): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658100): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658100): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658100): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658100): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.257982222 +0000 UTC m=+5.667531425 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658100): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658140): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658140): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658140): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658140): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658140): _writeAt: size=3, off=2 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00042fb90 item 65 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658140): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658140): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.260460698 +0000 UTC m=+5.670009913 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658140): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658180): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658180): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658180): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658180): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658180): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.260460698 +0000 UTC m=+5.670009913 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658180): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00042fd50 item 65 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006581c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006581c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006581c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006581c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006581c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.262356775 +0000 UTC m=+5.671905980 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006581c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658200): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658200): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006aa1c0 item 66 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658200): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658200): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658200): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658200): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658200): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.263274112 +0000 UTC m=+5.672823316 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658200): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658280): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658280): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658280): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658280): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658280): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.263274112 +0000 UTC m=+5.672823316 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658280): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006aa310 item 66 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658300): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658300): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658300): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658300): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658300): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.265460883 +0000 UTC m=+5.675010087 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658300): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658340): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658340): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658340): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658340): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658340): _writeAt: size=3, off=2 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006aa7e0 item 67 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658340): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658340): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.266562554 +0000 UTC m=+5.676111768 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658340): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658380): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658380): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658380): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658380): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658380): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.266562554 +0000 UTC m=+5.676111768 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658380): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006aaa10 item 67 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658400): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658400): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658400): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658400): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658400): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.269519156 +0000 UTC m=+5.679068371 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658400): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006584c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006584c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006aacb0 item 68 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006584c0): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006584c0): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006584c0): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006584c0): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006584c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.270625014 +0000 UTC m=+5.680174219 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006584c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658540): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658540): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658540): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658540): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658540): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.270625014 +0000 UTC m=+5.680174219 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658540): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006aae00 item 68 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658600): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658600): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658600): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658600): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658600): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.273537664 +0000 UTC m=+5.683086879 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658600): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658640): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658640): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658640): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658640): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658640): _writeAt: size=3, off=2 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006ab260 item 69 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658640): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658640): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.274547974 +0000 UTC m=+5.684097179 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658640): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658680): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658680): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658680): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658680): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658680): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.274547974 +0000 UTC m=+5.684097179 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658680): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006ab500 item 69 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658700): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658700): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658700): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658700): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658700): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.278111202 +0000 UTC m=+5.687660416 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658700): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006587c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006587c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006ab810 item 70 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006587c0): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006587c0): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006587c0): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006587c0): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006587c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.279762661 +0000 UTC m=+5.689311865 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006587c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658800): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658800): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658800): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658800): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658800): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.279762661 +0000 UTC m=+5.689311865 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658800): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006ab960 item 70 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658880): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658880): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658880): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658880): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658880): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.282600872 +0000 UTC m=+5.692150065 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658880): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658980): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658980): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658980): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658980): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658980): _writeAt: size=3, off=2 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006abc00 item 71 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658980): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658980): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.283527645 +0000 UTC m=+5.693076839 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658980): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006589c0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006589c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006589c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006589c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006589c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.283527645 +0000 UTC m=+5.693076839 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006589c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006abd50 item 71 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658a40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658a40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658a40): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658a40): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658a40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.285694469 +0000 UTC m=+5.695243663 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658a40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658b40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658b40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b4070 item 72 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658b40): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658b40): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658b40): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658b40): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658b40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.286545742 +0000 UTC m=+5.696094936 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658b40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658b80): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658b80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658b80): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658b80): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658b80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.286545742 +0000 UTC m=+5.696094936 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658b80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b41c0 item 72 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658bc0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658bc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658bc0): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658bc0): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658bc0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658bc0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658bc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.288590548 +0000 UTC m=+5.698139742 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658bc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658c00): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658c00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658c00): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b44d0 item 73 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658c00): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658c00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.28910995 +0000 UTC m=+5.698659144 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658c00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658c40): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658c40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658c40): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658c40): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658c40): _writeAt: size=3, off=2 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b4620 item 73 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658c40): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658c40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.289733908 +0000 UTC m=+5.699283102 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658c40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658c80): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658c80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658c80): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658c80): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658c80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.289733908 +0000 UTC m=+5.699283102 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658c80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b4770 item 73 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658d40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658d40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658d40): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658d40): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658d40): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658d40): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658d40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.291812547 +0000 UTC m=+5.701361750 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658d40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658d80): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658d80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658d80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b4a10 item 74 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658d80): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658d80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.292571616 +0000 UTC m=+5.702120820 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658d80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658e40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658e40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b4b60 item 74 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658e40): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658e40): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658e40): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658e40): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658e40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.293428479 +0000 UTC m=+5.702977683 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658e40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658ec0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658ec0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658ec0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658ec0): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658ec0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.293428479 +0000 UTC m=+5.702977683 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658ec0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b4d20 item 74 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658f80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658f80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658f80): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658f80): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658f80): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658f80): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658f80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.295434362 +0000 UTC m=+5.704983567 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658f80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658fc0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658fc0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658fc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b4fc0 item 75 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658fc0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658fc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.296173376 +0000 UTC m=+5.705722579 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000658fc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659100): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659100): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659100): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659100): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659100): _writeAt: size=3, off=2 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b5110 item 75 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659100): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659100): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.296959937 +0000 UTC m=+5.706509141 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659100): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659140): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659140): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659140): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659140): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659140): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.296959937 +0000 UTC m=+5.706509141 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659140): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b5260 item 75 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659200): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659200): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659200): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659200): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659200): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659200): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659200): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.29867726 +0000 UTC m=+5.708226464 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659200): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659240): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659240): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659240): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b5500 item 76 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659240): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659240): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.299294825 +0000 UTC m=+5.708844029 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659240): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659300): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659300): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b5650 item 76 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659300): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659300): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659300): _writeAt: size=3, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659300): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659300): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.300181795 +0000 UTC m=+5.709730999 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659300): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659340): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659340): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659340): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659340): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659340): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.300181795 +0000 UTC m=+5.709730999 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659340): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b57a0 item 76 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659400): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659400): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659400): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659400): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659400): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659400): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659400): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.302040973 +0000 UTC m=+5.711590167 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659400): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659440): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659440): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659440): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b5a40 item 77 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659440): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659440): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.302710025 +0000 UTC m=+5.712259219 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659440): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659500): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659500): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659500): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659500): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659500): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.302710025 +0000 UTC m=+5.712259219 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659500): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b5b90 item 77 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006595c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006595c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006595c0): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006595c0): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006595c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006595c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006595c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.305457826 +0000 UTC m=+5.715007031 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006595c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659600): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659600): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659600): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0006b5ea0 item 78 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659600): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659600): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.30601576 +0000 UTC m=+5.715564954 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659600): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006596c0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006596c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006596c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006596c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006596c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.30601576 +0000 UTC m=+5.715564954 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006596c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cc230 item 78 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659780): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659780): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659780): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659780): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659780): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659780): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659780): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.307908401 +0000 UTC m=+5.717457605 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659780): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006597c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006597c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006597c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cc620 item 79 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006597c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006597c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.308589185 +0000 UTC m=+5.718138399 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0006597c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659880): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659880): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659880): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659880): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659880): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.308589185 +0000 UTC m=+5.718138399 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659880): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cc770 item 79 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659940): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659940): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659940): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659940): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659940): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659940): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659940): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.311507524 +0000 UTC m=+5.721056719 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659940): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659980): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659980): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659980): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002ccaf0 item 80 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659980): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659980): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.312557338 +0000 UTC m=+5.722106533 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659980): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659a40): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659a40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659a40): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659a40): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659a40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.312557338 +0000 UTC m=+5.722106533 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659a40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002ccc40 item 80 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659a80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659a80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659a80): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659a80): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659a80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.314222044 +0000 UTC m=+5.723771228 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659a80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659ac0): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659ac0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659ac0): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659ac0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659ac0): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659ac0): _writeAt: size=3, off=7 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002ccfc0 item 81 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659ac0): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659ac0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.314893901 +0000 UTC m=+5.724443095 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659ac0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659b00): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659b00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659b00): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659b00): >_readAt: n=8, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659b00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.314893901 +0000 UTC m=+5.724443095 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659b00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cd1f0 item 81 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659b80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659b80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659b80): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659b80): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659b80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.316534289 +0000 UTC m=+5.726083484 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659b80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659c40): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659c40): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659c40): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cd5e0 item 82 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659c40): _readAt: size=2, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659c40): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659c40): _writeAt: size=3, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659c40): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659c40): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.317240611 +0000 UTC m=+5.726789805 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659c40): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659c80): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659c80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659c80): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659c80): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659c80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.317240611 +0000 UTC m=+5.726789805 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659c80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cd730 item 82 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659d00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659d00): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659d00): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659d00): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659d00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.31898734 +0000 UTC m=+5.728536534 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659d00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659dc0): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659dc0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659dc0): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659dc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659dc0): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659dc0): _writeAt: size=3, off=7 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cdab0 item 83 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659dc0): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659dc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.319728977 +0000 UTC m=+5.729278171 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659dc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659e00): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659e00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659e00): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659e00): >_readAt: n=8, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659e00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.319728977 +0000 UTC m=+5.729278171 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659e00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0002cdce0 item 83 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659ec0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659ec0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659ec0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659ec0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659ec0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.321593966 +0000 UTC m=+5.731143160 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000659ec0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144100): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144100): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144100): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003005b0 item 84 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144100): _readAt: size=2, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144100): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144100): _writeAt: size=3, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144100): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144100): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.322255574 +0000 UTC m=+5.731804768 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144100): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144140): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144140): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144140): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144140): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144140): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.322255574 +0000 UTC m=+5.731804768 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144140): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000300770 item 84 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144200): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144200): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144200): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144200): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144200): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.323858703 +0000 UTC m=+5.733407898 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144200): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144340): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144340): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144340): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144340): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144340): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144340): _writeAt: size=3, off=7 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000300f50 item 85 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144340): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144340): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.32457276 +0000 UTC m=+5.734121954 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144340): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144380): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144380): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144380): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144380): >_readAt: n=8, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144380): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.32457276 +0000 UTC m=+5.734121954 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144380): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000301180 item 85 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144400): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144400): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144400): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144400): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144400): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.326163416 +0000 UTC m=+5.735712610 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144400): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001444c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001444c0): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001444c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000301490 item 86 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001444c0): _readAt: size=2, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001444c0): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001444c0): _writeAt: size=3, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001444c0): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001444c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.326866551 +0000 UTC m=+5.736415745 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001444c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144540): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144540): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144540): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144540): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144540): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.326866551 +0000 UTC m=+5.736415745 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144540): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003017a0 item 86 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144680): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144680): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144680): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144680): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144680): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.329078288 +0000 UTC m=+5.738627482 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144680): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144a80): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144a80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144a80): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144a80): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144a80): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144a80): _writeAt: size=3, off=7 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000301ce0 item 87 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144a80): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144a80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.329850133 +0000 UTC m=+5.739399327 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144a80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ac0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ac0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ac0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ac0): >_readAt: n=8, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ac0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.329850133 +0000 UTC m=+5.739399327 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ac0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000301e30 item 87 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144bc0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144bc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144bc0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144bc0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144bc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.332049177 +0000 UTC m=+5.741598371 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144bc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144e00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144e00): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144e00): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000336310 item 88 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144e00): _readAt: size=2, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144e00): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144e00): _writeAt: size=3, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144e00): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144e00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.332949752 +0000 UTC m=+5.742498936 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144e00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ec0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ec0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ec0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ec0): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ec0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.332949752 +0000 UTC m=+5.742498936 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000144ec0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000336540 item 88 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145100): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145100): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145100): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145100): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145100): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145100): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145100): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145100): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.334620317 +0000 UTC m=+5.744169512 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145100): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145140): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145140): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145140): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000336930 item 89 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145140): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145140): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.335247271 +0000 UTC m=+5.744796465 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145140): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145200): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145200): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145200): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145200): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145200): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145200): _writeAt: size=3, off=7 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000336b60 item 89 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145200): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145200): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.336067977 +0000 UTC m=+5.745617171 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145200): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145240): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145240): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145240): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145240): >_readAt: n=8, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145240): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.336067977 +0000 UTC m=+5.745617171 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145240): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000336d20 item 89 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145380): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145380): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145380): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145380): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145380): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145380): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145380): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145380): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.338028685 +0000 UTC m=+5.747577879 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145380): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001453c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001453c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001453c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000337260 item 90 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001453c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001453c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.338728764 +0000 UTC m=+5.748277958 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc0001453c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145640): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145640): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145640): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000337420 item 90 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145640): _readAt: size=2, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145640): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145640): _writeAt: size=3, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145640): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145640): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.339547777 +0000 UTC m=+5.749096972 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145640): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145680): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145680): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145680): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145680): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145680): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.339547777 +0000 UTC m=+5.749096972 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145680): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc0003376c0 item 90 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145740): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145740): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145740): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145740): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145740): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145740): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145740): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145740): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.341399481 +0000 UTC m=+5.750948666 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145740): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145800): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145800): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145800): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000337ab0 item 91 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145800): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145800): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.342204136 +0000 UTC m=+5.751753330 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145800): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145900): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145900): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145900): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145900): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145900): >_readAt: n=2, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145900): _writeAt: size=3, off=7 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000337c00 item 91 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145900): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145900): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.342987483 +0000 UTC m=+5.752536677 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145900): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145a00): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145a00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145a00): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145a00): >_readAt: n=8, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145a00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.342987483 +0000 UTC m=+5.752536677 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145a00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000337d50 item 91 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145bc0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145bc0): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145bc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145bc0): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145bc0): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145bc0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145bc0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145bc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.345142394 +0000 UTC m=+5.754691588 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145bc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145c00): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145c00): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145c00): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030c1c0 item 92 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145c00): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145c00): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.345793522 +0000 UTC m=+5.755342716 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145c00): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145d80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145d80): open at offset 5 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145d80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030c310 item 92 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145d80): _readAt: size=2, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145d80): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145d80): _writeAt: size=3, off=5 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145d80): >_writeAt: n=3, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145d80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.346717101 +0000 UTC m=+5.756266294 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145d80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145dc0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145dc0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145dc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145dc0): >_readAt: n=3, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145dc0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.346717101 +0000 UTC m=+5.756266294 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145dc0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030c5b0 item 92 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145e80): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145e80): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145e80): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145e80): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145e80): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145e80): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145e80): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145e80): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.348622765 +0000 UTC m=+5.758171960 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145e80): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145ec0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145ec0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145ec0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030ce00 item 93 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145ec0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145ec0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.349277892 +0000 UTC m=+5.758827085 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc000145ec0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e000): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e000): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e000): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e000): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e000): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.349277892 +0000 UTC m=+5.758827085 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e000): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030d030 item 93 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e0c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e0c0): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e0c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e0c0): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e0c0): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e0c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e0c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e0c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.351395974 +0000 UTC m=+5.760945168 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e0c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e100): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e100): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e100): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030d3b0 item 94 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e100): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e100): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.352091455 +0000 UTC m=+5.761640649 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e100): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e1c0): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e1c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e1c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e1c0): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e1c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.352091455 +0000 UTC m=+5.761640649 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e1c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030d500 item 94 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e280): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e280): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e280): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e280): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e280): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e280): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e280): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e280): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.354578139 +0000 UTC m=+5.764127332 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e280): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e2c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e2c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e2c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030d880 item 95 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e2c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e2c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.355256819 +0000 UTC m=+5.764806012 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e2c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e380): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e380): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e380): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e380): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e380): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.355256819 +0000 UTC m=+5.764806012 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e380): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030d9d0 item 95 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e440): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e440): open at offset 0 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e440): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e440): _readAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e440): >_readAt: n=0, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e440): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e440): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e440): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.357217546 +0000 UTC m=+5.766766740 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e440): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e4c0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e4c0): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e4c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc00030dd50 item 96 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e4c0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e4c0): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.357897398 +0000 UTC m=+5.767446592 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e4c0): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: File.openRW failed: file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2025/01/16 02:37:38 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : open-test-file: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : open-test-file: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : open-test-file: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e580): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e580): openPending: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e580): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e580): >_readAt: n=5, err=EOF 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e580): close: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: setting modification time to 2025-01-16 02:37:38.357897398 +0000 UTC m=+5.767446592 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : open-test-file(0xc00083e580): >close: err= 2025/01/16 02:37:38 DEBUG : open-test-file: Remove: 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xc000346000 item 96 2025/01/16 02:37:38 INFO : open-test-file: vfs cache: removed cache file as file deleted 2025/01/16 02:37:38 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "open-test-file" 2025/01/16 02:37:38 DEBUG : open-test-file: >Remove: err= 2025/01/16 02:37:38 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:38 DEBUG : : Looking for writers 2025/01/16 02:37:38 DEBUG : >WaitForWriters: 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.51s) --- PASS: TestRWFileHandleOpenTests/writes (0.23s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full (0.27s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.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.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:38 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:38 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : file1: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : file1(0xc00083e6c0): openPending: 2025/01/16 02:37:38 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:38 DEBUG : file1(0xc00083e6c0): >openPending: err= 2025/01/16 02:37:38 DEBUG : file1: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:38 DEBUG : file1: >Open: fd=file1 (rw), err= 2025/01/16 02:37:38 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2025/01/16 02:37:38 DEBUG : file1(0xc00083e6c0): _writeAt: size=2, off=0 2025/01/16 02:37:38 DEBUG : file1(0xc00083e6c0): >_writeAt: n=2, err= 2025/01/16 02:37:38 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2025/01/16 02:37:38 DEBUG : file1(0xc00083e6c0): RWFileHandle.Flush 2025/01/16 02:37:38 DEBUG : file1(0xc00083e6c0): RWFileHandle.Release 2025/01/16 02:37:38 DEBUG : file1(0xc00083e6c0): close: 2025/01/16 02:37:38 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2025/01/16 02:37:38 INFO : file1: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : file1(0xc00083e6c0): >close: err= 2025/01/16 02:37:38 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:38 DEBUG : : Looking for writers 2025/01/16 02:37:38 DEBUG : file1: reading active writers 2025/01/16 02:37:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2025/01/16 02:37:38 DEBUG : : Looking for writers 2025/01/16 02:37:38 DEBUG : file1: reading active writers 2025/01/16 02:37:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2025/01/16 02:37:38 DEBUG : : Looking for writers 2025/01/16 02:37:38 DEBUG : file1: reading active writers 2025/01/16 02:37:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2025/01/16 02:37:38 DEBUG : : Looking for writers 2025/01/16 02:37:38 DEBUG : file1: reading active writers 2025/01/16 02:37:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2025/01/16 02:37:38 DEBUG : file1: vfs cache: starting upload 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1.c8b6918.partial" 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1.c8b6918.partial 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /home/rclone/rclone-test-woxoqoh1hito/file1.c8b6918.partial 2025/01/16 02:37:38 DEBUG : file1.c8b6918.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2025/01/16 02:37:38 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2025/01/16 02:37:38 DEBUG : file1.c8b6918.partial: renamed to: file1 2025/01/16 02:37:38 INFO : file1: Copied (new) 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:38 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2025/01/16 02:37:38 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2025/01/16 02:37:38 DEBUG : file1: vfs cache: writeback object to VFS layer 2025/01/16 02:37:38 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:38 INFO : file1: vfs cache: upload succeeded try #1 2025/01/16 02:37:38 DEBUG : : Looking for writers 2025/01/16 02:37:38 DEBUG : file1: reading active writers 2025/01/16 02:37:38 DEBUG : >WaitForWriters: 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:38 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:38 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2025/01/16 02:37:38 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:38 DEBUG : : Looking for writers 2025/01/16 02:37:38 DEBUG : file1: reading active writers 2025/01/16 02:37:38 DEBUG : >WaitForWriters: 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.17s) === RUN TestRWCacheRename run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:38 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:38 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:38 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:38 DEBUG : rename_me: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : rename_me(0xc00083efc0): openPending: 2025/01/16 02:37:38 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "rename_me" 2025/01/16 02:37:38 DEBUG : rename_me(0xc00083efc0): >openPending: err= 2025/01/16 02:37:38 DEBUG : rename_me: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "rename_me" 2025/01/16 02:37:38 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2025/01/16 02:37:38 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2025/01/16 02:37:38 DEBUG : rename_me(0xc00083efc0): _writeAt: size=5, off=0 2025/01/16 02:37:38 DEBUG : rename_me(0xc00083efc0): >_writeAt: n=5, err= 2025/01/16 02:37:38 DEBUG : rename_me(0xc00083efc0): close: 2025/01/16 02:37:38 DEBUG : rename_me: vfs cache: setting modification time to 2025-01-16 02:37:38.537033334 +0000 UTC m=+5.946582539 2025/01/16 02:37:38 INFO : rename_me: vfs cache: queuing for upload in 100ms 2025/01/16 02:37:38 DEBUG : rename_me(0xc00083efc0): >close: err= 2025/01/16 02:37:38 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2025/01/16 02:37:38 DEBUG : i_was_renamed: Updating file with 0xc000af0d80 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vDel: "rename_me" 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "i_was_renamed" 2025/01/16 02:37:38 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:38 DEBUG : : Looking for writers 2025/01/16 02:37:38 DEBUG : i_was_renamed: reading active writers 2025/01/16 02:37:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2025/01/16 02:37:38 DEBUG : : Looking for writers 2025/01/16 02:37:38 DEBUG : i_was_renamed: reading active writers 2025/01/16 02:37:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2025/01/16 02:37:38 DEBUG : : Looking for writers 2025/01/16 02:37:38 DEBUG : i_was_renamed: reading active writers 2025/01/16 02:37:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2025/01/16 02:37:38 DEBUG : : Looking for writers 2025/01/16 02:37:38 DEBUG : i_was_renamed: reading active writers 2025/01/16 02:37:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2025/01/16 02:37:38 DEBUG : i_was_renamed: vfs cache: starting upload 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/i_was_renamed.92d09f93.partial" 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/i_was_renamed.92d09f93.partial 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-woxoqoh1hito/i_was_renamed.92d09f93.partial 2025/01/16 02:37:38 DEBUG : i_was_renamed.92d09f93.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2025/01/16 02:37:38 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/01/16 02:37:38 DEBUG : i_was_renamed.92d09f93.partial: renamed to: i_was_renamed 2025/01/16 02:37:38 INFO : i_was_renamed: Copied (new) 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/i_was_renamed" 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/i_was_renamed 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-woxoqoh1hito/i_was_renamed 2025/01/16 02:37:38 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2025/01/16 02:37:38 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2025-01-16 02:37:38 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2025/01/16 02:37:38 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "i_was_renamed" 2025/01/16 02:37:38 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2025/01/16 02:37:38 DEBUG : : Looking for writers 2025/01/16 02:37:38 DEBUG : i_was_renamed: reading active writers 2025/01/16 02:37:38 DEBUG : >WaitForWriters: 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.16s) === RUN TestRWCacheUpdate run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:38 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: root is "/home/rclone/.cache/rclone" 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfs/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 DEBUG : :local: detected overridden config - adding "{bxYPm}" suffix to name 2025/01/16 02:37:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot':/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" to be canonical ":local{bxYPm}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPOpenssh{jTTkW}/rclone-test-woxoqoh1hito" 2025/01/16 02:37:38 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 8558f20bbf1a5777c862752b37ad49be /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2025/01/16 02:37:38 DEBUG : : forgetting directory cache 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate(0xc00083f640): _readAt: size=512, off=0 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate(0xc00083f640): openPending: 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 8558f20bbf1a5777c862752b37ad49be /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2025-01-16 01:38:38 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2025/01/16 02:37:38 DEBUG : : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate(0xc00083f640): >openPending: err= 2025/01/16 02:37:38 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate(0xc00083f640): >_readAt: n=20, err=EOF 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate(0xc00083f640): close: 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2025-01-16 01:38:38 +0000 UTC 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate(0xc00083f640): >close: err= 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 944a242d910e2bbacae0d0db8c64490a /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:38 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:38 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2025/01/16 02:37:39 DEBUG : : forgetting directory cache 2025/01/16 02:37:39 DEBUG : : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc000c84100): _readAt: size=512, off=0 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc000c84100): openPending: 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 944a242d910e2bbacae0d0db8c64490a /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2025-01-16 01:39:38 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2025-01-16 01:38:38 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2025-01-16 01:39:38 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2025-01-16 01:38:38 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2025/01/16 02:37:39 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2025/01/16 02:37:39 DEBUG : : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc000c84100): >openPending: err= 2025/01/16 02:37:39 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc000c84100): >_readAt: n=20, err=EOF 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc000c84100): close: 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2025-01-16 01:39:38 +0000 UTC 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc000c84100): >close: err= 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4e063366550d230fc1fb85c19dbb494d /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2025/01/16 02:37:39 DEBUG : : forgetting directory cache 2025/01/16 02:37:39 DEBUG : : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc000b7c200): _readAt: size=512, off=0 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc000b7c200): openPending: 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4e063366550d230fc1fb85c19dbb494d /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2025-01-16 01:40:38 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2025-01-16 01:39:38 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2025-01-16 01:40:38 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2025-01-16 01:39:38 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2025/01/16 02:37:39 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2025/01/16 02:37:39 DEBUG : : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc000b7c200): >openPending: err= 2025/01/16 02:37:39 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc000b7c200): >_readAt: n=20, err=EOF 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc000b7c200): close: 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2025-01-16 01:40:38 +0000 UTC 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc000b7c200): >close: err= 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a8c7956852282e88c22a986150cb5a68 /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2025/01/16 02:37:39 DEBUG : : forgetting directory cache 2025/01/16 02:37:39 DEBUG : : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc00083e280): _readAt: size=512, off=0 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc00083e280): openPending: 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a8c7956852282e88c22a986150cb5a68 /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2025-01-16 01:41:38 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2025-01-16 01:40:38 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2025-01-16 01:41:38 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2025-01-16 01:40:38 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2025/01/16 02:37:39 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2025/01/16 02:37:39 DEBUG : : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc00083e280): >openPending: err= 2025/01/16 02:37:39 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc00083e280): >_readAt: n=20, err=EOF 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc00083e280): close: 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2025-01-16 01:41:38 +0000 UTC 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc00083e280): >close: err= 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 25074c7237d5f7774d304950950b2d66 /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2025/01/16 02:37:39 DEBUG : : forgetting directory cache 2025/01/16 02:37:39 DEBUG : : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc0003964c0): _readAt: size=512, off=0 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc0003964c0): openPending: 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 25074c7237d5f7774d304950950b2d66 /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2025-01-16 01:42:38 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2025-01-16 01:41:38 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2025-01-16 01:42:38 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2025-01-16 01:41:38 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2025/01/16 02:37:39 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2025/01/16 02:37:39 DEBUG : : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc0003964c0): >openPending: err= 2025/01/16 02:37:39 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc0003964c0): >_readAt: n=20, err=EOF 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc0003964c0): close: 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2025-01-16 01:42:38 +0000 UTC 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate(0xc0003964c0): >close: err= 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:39 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2025/01/16 02:37:40 DEBUG : : forgetting directory cache 2025/01/16 02:37:40 DEBUG : : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc0003969c0): _readAt: size=512, off=0 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc0003969c0): openPending: 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2025-01-16 01:43:38 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2025-01-16 01:42:38 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2025-01-16 01:43:38 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2025-01-16 01:42:38 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2025/01/16 02:37:40 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2025/01/16 02:37:40 DEBUG : : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc0003969c0): >openPending: err= 2025/01/16 02:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc0003969c0): >_readAt: n=20, err=EOF 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc0003969c0): close: 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2025-01-16 01:43:38 +0000 UTC 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc0003969c0): >close: err= 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2025/01/16 02:37:40 DEBUG : : forgetting directory cache 2025/01/16 02:37:40 DEBUG : : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc00083f440): _readAt: size=512, off=0 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc00083f440): openPending: 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2025-01-16 01:44:38 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2025-01-16 01:43:38 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2025-01-16 01:44:38 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2025-01-16 01:43:38 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2025/01/16 02:37:40 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2025/01/16 02:37:40 DEBUG : : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc00083f440): >openPending: err= 2025/01/16 02:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc00083f440): >_readAt: n=21, err=EOF 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc00083f440): close: 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2025-01-16 01:44:38 +0000 UTC 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc00083f440): >close: err= 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2025/01/16 02:37:40 DEBUG : : forgetting directory cache 2025/01/16 02:37:40 DEBUG : : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc000b7c9c0): _readAt: size=512, off=0 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc000b7c9c0): openPending: 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2025-01-16 01:45:38 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2025-01-16 01:44:38 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2025-01-16 01:45:38 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2025-01-16 01:44:38 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2025/01/16 02:37:40 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2025/01/16 02:37:40 DEBUG : : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc000b7c9c0): >openPending: err= 2025/01/16 02:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc000b7c9c0): >_readAt: n=22, err=EOF 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc000b7c9c0): close: 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2025-01-16 01:45:38 +0000 UTC 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc000b7c9c0): >close: err= 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a04b60cad5c51870e80f668df3d720c0 /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2025/01/16 02:37:40 DEBUG : : forgetting directory cache 2025/01/16 02:37:40 DEBUG : : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc000b7d040): _readAt: size=512, off=0 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc000b7d040): openPending: 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a04b60cad5c51870e80f668df3d720c0 /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2025-01-16 01:46:38 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2025-01-16 01:45:38 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2025-01-16 01:46:38 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2025-01-16 01:45:38 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2025/01/16 02:37:40 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2025/01/16 02:37:40 DEBUG : : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc000b7d040): >openPending: err= 2025/01/16 02:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc000b7d040): >_readAt: n=23, err=EOF 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc000b7d040): close: 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2025-01-16 01:46:38 +0000 UTC 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc000b7d040): >close: err= 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 074978d6705e58530a3c8d378a08fa37 /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2025/01/16 02:37:40 DEBUG : : forgetting directory cache 2025/01/16 02:37:40 DEBUG : : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc000828000): _readAt: size=512, off=0 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc000828000): openPending: 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 074978d6705e58530a3c8d378a08fa37 /home/rclone/rclone-test-woxoqoh1hito/TestRWCacheUpdate 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2025-01-16 01:47:38 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2025-01-16 01:46:38 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2025-01-16 01:47:38 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2025-01-16 01:46:38 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2025/01/16 02:37:40 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2025/01/16 02:37:40 DEBUG : : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc000828000): >openPending: err= 2025/01/16 02:37:40 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc000828000): >_readAt: n=24, err=EOF 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc000828000): close: 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2025-01-16 01:47:38 +0000 UTC 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate(0xc000828000): >close: err= 2025/01/16 02:37:40 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:40 DEBUG : : Looking for writers 2025/01/16 02:37:40 DEBUG : TestRWCacheUpdate: reading active writers 2025/01/16 02:37:40 DEBUG : >WaitForWriters: 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (2.24s) === RUN TestCaseSensitivity run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/FiLeA" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/FiLeA 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 89d903bc35dede724fd52c51437ff5fd /home/rclone/rclone-test-woxoqoh1hito/FiLeA 2025/01/16 02:37:40 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/FiLeA" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/FiLeA 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /home/rclone/rclone-test-woxoqoh1hito/FiLeA 2025/01/16 02:37:40 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/FiLeB" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/FiLeB 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /home/rclone/rclone-test-woxoqoh1hito/FiLeB 2025/01/16 02:37:40 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/FiLeB" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/FiLeB 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /home/rclone/rclone-test-woxoqoh1hito/FiLeB 2025/01/16 02:37:40 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2025/01/16 02:37:40 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:40 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:40 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:40 DEBUG : FiLeA: Open: flags=O_RDONLY 2025/01/16 02:37:40 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2025/01/16 02:37:40 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2025/01/16 02:37:40 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:40 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/FiLeA" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/FiLeA 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 89d903bc35dede724fd52c51437ff5fd /home/rclone/rclone-test-woxoqoh1hito/FiLeA 2025/01/16 02:37:40 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2025/01/16 02:37:40 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:40 DEBUG : FiLeA: Open: flags=O_RDONLY 2025/01/16 02:37:40 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2025/01/16 02:37:40 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2025/01/16 02:37:40 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:40 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/FiLeA" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/FiLeA 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 89d903bc35dede724fd52c51437ff5fd /home/rclone/rclone-test-woxoqoh1hito/FiLeA 2025/01/16 02:37:40 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2025/01/16 02:37:40 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:40 DEBUG : FiLeA: Open: flags=O_RDONLY 2025/01/16 02:37:40 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2025/01/16 02:37:40 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2025/01/16 02:37:40 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:40 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:40 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:40 DEBUG : FiLeB: Open: flags=O_RDONLY 2025/01/16 02:37:40 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2025/01/16 02:37:40 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2025/01/16 02:37:40 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:40 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/FiLeB" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/FiLeB 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /home/rclone/rclone-test-woxoqoh1hito/FiLeB 2025/01/16 02:37:40 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2025/01/16 02:37:40 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:40 DEBUG : FilEb: Open: flags=O_RDONLY 2025/01/16 02:37:40 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2025/01/16 02:37:40 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2025/01/16 02:37:40 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:40 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/FilEb" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/FilEb 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /home/rclone/rclone-test-woxoqoh1hito/FilEb 2025/01/16 02:37:40 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/FiLeA" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/FiLeA 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 89d903bc35dede724fd52c51437ff5fd /home/rclone/rclone-test-woxoqoh1hito/FiLeA 2025/01/16 02:37:40 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/FiLeA" 2025/01/16 02:37:40 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/FiLeA 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /home/rclone/rclone-test-woxoqoh1hito/FiLeA 2025/01/16 02:37:41 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/FiLeB" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/FiLeB 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /home/rclone/rclone-test-woxoqoh1hito/FiLeB 2025/01/16 02:37:41 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/FiLeB" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/FiLeB 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /home/rclone/rclone-test-woxoqoh1hito/FiLeB 2025/01/16 02:37:41 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/FilEb" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/FilEb 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /home/rclone/rclone-test-woxoqoh1hito/FilEb 2025/01/16 02:37:41 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/FilEb" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/FilEb 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /home/rclone/rclone-test-woxoqoh1hito/FilEb 2025/01/16 02:37:41 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2025/01/16 02:37:41 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : FiLeA: Open: flags=O_RDONLY 2025/01/16 02:37:41 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2025/01/16 02:37:41 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2025/01/16 02:37:41 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:41 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:41 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : FiLeA: Open: flags=O_RDONLY 2025/01/16 02:37:41 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2025/01/16 02:37:41 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2025/01/16 02:37:41 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:41 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:41 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : FiLeA: Open: flags=O_RDONLY 2025/01/16 02:37:41 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2025/01/16 02:37:41 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2025/01/16 02:37:41 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:41 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:41 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : FiLeA: Open: flags=O_RDONLY 2025/01/16 02:37:41 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2025/01/16 02:37:41 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2025/01/16 02:37:41 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:41 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:41 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : FiLeB: Open: flags=O_RDONLY 2025/01/16 02:37:41 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2025/01/16 02:37:41 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2025/01/16 02:37:41 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:41 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/FiLeB" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/FiLeB 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /home/rclone/rclone-test-woxoqoh1hito/FiLeB 2025/01/16 02:37:41 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2025/01/16 02:37:41 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : FilEb: Open: flags=O_RDONLY 2025/01/16 02:37:41 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2025/01/16 02:37:41 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2025/01/16 02:37:41 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:41 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/FilEb" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/FilEb 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /home/rclone/rclone-test-woxoqoh1hito/FilEb 2025/01/16 02:37:41 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2025/01/16 02:37:41 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2025/01/16 02:37:41 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2025/01/16 02:37:41 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2025/01/16 02:37:41 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2025/01/16 02:37:41 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : FiLeA: Open: flags=O_RDONLY 2025/01/16 02:37:41 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2025/01/16 02:37:41 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2025/01/16 02:37:41 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:41 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:41 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:41 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:41 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:41 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : FiLeB: Open: flags=O_RDONLY 2025/01/16 02:37:41 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2025/01/16 02:37:41 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2025/01/16 02:37:41 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:41 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:41 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : FilEb: Open: flags=O_RDONLY 2025/01/16 02:37:41 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2025/01/16 02:37:41 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2025/01/16 02:37:41 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:41 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:41 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:41 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:41 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:41 DEBUG : : Looking for writers 2025/01/16 02:37:41 DEBUG : FiLeA: reading active writers 2025/01/16 02:37:41 DEBUG : FiLeB: reading active writers 2025/01/16 02:37:41 DEBUG : FilEb: reading active writers 2025/01/16 02:37:41 DEBUG : >WaitForWriters: 2025/01/16 02:37:41 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:41 DEBUG : : Looking for writers 2025/01/16 02:37:41 DEBUG : FilEb: reading active writers 2025/01/16 02:37:41 DEBUG : FiLeA: reading active writers 2025/01/16 02:37:41 DEBUG : FiLeB: reading active writers 2025/01/16 02:37:41 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (0.11s) === RUN TestUnicodeNormalization run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/normal name with no special characters.txt" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/normal\ name\ with\ no\ special\ characters.txt 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 89d903bc35dede724fd52c51437ff5fd /home/rclone/rclone-test-woxoqoh1hito/normal name with no special characters.txt 2025/01/16 02:37:41 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/normal name with no special characters.txt" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/normal\ name\ with\ no\ special\ characters.txt 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /home/rclone/rclone-test-woxoqoh1hito/normal name with no special characters.txt 2025/01/16 02:37:41 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/測試_Русский___ě_áñ" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/測試_Русский___ě_áñ 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /home/rclone/rclone-test-woxoqoh1hito/測試_Русский___ě_áñ 2025/01/16 02:37:41 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/測試_Русский___ě_áñ" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/測試_Русский___ě_áñ 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /home/rclone/rclone-test-woxoqoh1hito/測試_Русский___ě_áñ 2025/01/16 02:37:41 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2025/01/16 02:37:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:41 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2025/01/16 02:37:41 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2025/01/16 02:37:41 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2025/01/16 02:37:41 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:41 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/normal name with no special characters.txt" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/normal\ name\ with\ no\ special\ characters.txt 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 89d903bc35dede724fd52c51437ff5fd /home/rclone/rclone-test-woxoqoh1hito/normal name with no special characters.txt 2025/01/16 02:37:41 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2025/01/16 02:37:41 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2025/01/16 02:37:41 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2025/01/16 02:37:41 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2025/01/16 02:37:41 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:41 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/測試_Русский___ě_áñ" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/測試_Русский___ě_áñ 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /home/rclone/rclone-test-woxoqoh1hito/測試_Русский___ě_áñ 2025/01/16 02:37:41 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2025/01/16 02:37:41 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2025/01/16 02:37:41 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2025/01/16 02:37:41 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2025/01/16 02:37:41 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:41 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:41 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:41 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:41 DEBUG : : Looking for writers 2025/01/16 02:37:41 DEBUG : normal name with no special characters.txt: reading active writers 2025/01/16 02:37:41 DEBUG : 測試_Русский___ě_áñ: reading active writers 2025/01/16 02:37:41 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.04s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Re-using VFS from active cache 2025/01/16 02:37:41 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:41 DEBUG : : Looking for writers 2025/01/16 02:37:41 DEBUG : >WaitForWriters: 2025/01/16 02:37:41 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:41 DEBUG : : Looking for writers 2025/01/16 02:37:41 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:41 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:41 DEBUG : : Looking for writers 2025/01/16 02:37:41 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:41 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:41 DEBUG : : Looking for writers 2025/01/16 02:37:41 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:41 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:41 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file2" 2025/01/16 02:37:41 DEBUG : : forgetting directory cache 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:41 DEBUG : : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 25ba584dea3b091afba78acbe36da91a /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:41 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file2" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:41 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2025/01/16 02:37:41 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:41 DEBUG : dir: Looking for writers 2025/01/16 02:37:41 DEBUG : file2: reading active writers 2025/01/16 02:37:41 DEBUG : : Looking for writers 2025/01/16 02:37:41 DEBUG : dir: reading active writers 2025/01/16 02:37:41 DEBUG : file1: reading active writers 2025/01/16 02:37:41 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.04s) === RUN TestVFSStatParent run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:41 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:41 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file2" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 25ba584dea3b091afba78acbe36da91a /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:41 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file2" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:41 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2025/01/16 02:37:41 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:41 DEBUG : dir: Looking for writers 2025/01/16 02:37:41 DEBUG : : Looking for writers 2025/01/16 02:37:41 DEBUG : dir: reading active writers 2025/01/16 02:37:41 DEBUG : file1: reading active writers 2025/01/16 02:37:41 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.05s) === RUN TestVFSOpenFile run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:41 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:41 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file2" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 25ba584dea3b091afba78acbe36da91a /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:41 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file2" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:41 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2025/01/16 02:37:41 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : file1: Open: flags=O_RDONLY 2025/01/16 02:37:41 DEBUG : file1: >Open: fd=file1 (r), err= 2025/01/16 02:37:41 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2025/01/16 02:37:41 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2025/01/16 02:37:41 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:41 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:41 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2025/01/16 02:37:41 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2025/01/16 02:37:41 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2025/01/16 02:37:41 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: File to upload is small (0 bytes), uploading instead of streaming 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/new_file.txt" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/new_file.txt 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-woxoqoh1hito/dir/new_file.txt 2025/01/16 02:37:41 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/01/16 02:37:41 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/01/16 02:37:41 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2025/01/16 02:37:41 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2025/01/16 02:37:41 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2025/01/16 02:37:41 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:41 DEBUG : dir: Looking for writers 2025/01/16 02:37:41 DEBUG : new_file.txt: reading active writers 2025/01/16 02:37:41 DEBUG : file2: reading active writers 2025/01/16 02:37:41 DEBUG : : Looking for writers 2025/01/16 02:37:41 DEBUG : dir: reading active writers 2025/01/16 02:37:41 DEBUG : file1: reading active writers 2025/01/16 02:37:41 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.05s) === RUN TestVFSRename run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file2" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 25ba584dea3b091afba78acbe36da91a /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:41 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file2" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /home/rclone/rclone-test-woxoqoh1hito/dir/file2 2025/01/16 02:37:41 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2025/01/16 02:37:41 INFO : dir/file2: Moved (server-side) to: dir/file1 2025/01/16 02:37:41 DEBUG : dir/file1: Updating file with dir/file1 0xc000366180 2025/01/16 02:37:41 DEBUG : dir: Added virtual directory entry vDel: "file2" 2025/01/16 02:37:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 25ba584dea3b091afba78acbe36da91a /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:41 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/dir/file1" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /home/rclone/rclone-test-woxoqoh1hito/dir/file1 2025/01/16 02:37:41 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2025/01/16 02:37:41 INFO : dir/file1: Moved (server-side) to: file0 2025/01/16 02:37:41 DEBUG : file0: Updating file with file0 0xc000366180 2025/01/16 02:37:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2025/01/16 02:37:41 DEBUG : : Added virtual directory entry vAddFile: "file0" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file0" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file0 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 25ba584dea3b091afba78acbe36da91a /home/rclone/rclone-test-woxoqoh1hito/file0 2025/01/16 02:37:41 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file0" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/file0 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /home/rclone/rclone-test-woxoqoh1hito/file0 2025/01/16 02:37:41 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2025/01/16 02:37:41 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:41 DEBUG : dir: Looking for writers 2025/01/16 02:37:41 DEBUG : : Looking for writers 2025/01/16 02:37:41 DEBUG : dir: reading active writers 2025/01/16 02:37:41 DEBUG : file0: reading active writers 2025/01/16 02:37:41 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.07s) === RUN TestVFSStatfs run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Server has VFS statistics extension 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: About path "/home/rclone/rclone-test-woxoqoh1hito" 2025/01/16 02:37:41 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:41 DEBUG : : Looking for writers 2025/01/16 02:37:41 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.01s) === RUN TestVFSMkdir run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:41 DEBUG : : Added virtual directory entry vAddDir: "/" 2025/01/16 02:37:41 DEBUG : : Added virtual directory entry vAddDir: "a" 2025/01/16 02:37:41 DEBUG : : Added virtual directory entry vAddDir: "b" 2025/01/16 02:37:41 DEBUG : : Added virtual directory entry vAddDir: "c" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: New connection 127.0.0.1:45834->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2025/01/16 02:37:41 DEBUG : : Added virtual directory entry vAddDir: "d" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: New connection 127.0.0.1:45848->127.0.0.1:28627 to "SSH-2.0-OpenSSH_8.1" 2025/01/16 02:37:41 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:41 DEBUG : : Looking for writers 2025/01/16 02:37:41 DEBUG : a: Looking for writers 2025/01/16 02:37:41 DEBUG : b: Looking for writers 2025/01/16 02:37:41 DEBUG : c: Looking for writers 2025/01/16 02:37:41 DEBUG : d: Looking for writers 2025/01/16 02:37:41 DEBUG : : Looking for writers 2025/01/16 02:37:41 DEBUG : c: reading active writers 2025/01/16 02:37:41 DEBUG : d: reading active writers 2025/01/16 02:37:41 DEBUG : /: reading active writers 2025/01/16 02:37:41 DEBUG : a: reading active writers 2025/01/16 02:37:41 DEBUG : b: reading active writers 2025/01/16 02:37:41 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.24s) === RUN TestVFSMkdirAll run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:41 DEBUG : : Added virtual directory entry vAddDir: "a" 2025/01/16 02:37:41 DEBUG : a: Added virtual directory entry vAddDir: "b" 2025/01/16 02:37:41 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2025/01/16 02:37:41 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2025/01/16 02:37:41 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:41 DEBUG : a/b/c/d: Looking for writers 2025/01/16 02:37:41 DEBUG : a/b/c: Looking for writers 2025/01/16 02:37:41 DEBUG : d: reading active writers 2025/01/16 02:37:41 DEBUG : a/b: Looking for writers 2025/01/16 02:37:41 DEBUG : c: reading active writers 2025/01/16 02:37:41 DEBUG : a: Looking for writers 2025/01/16 02:37:41 DEBUG : b: reading active writers 2025/01/16 02:37:41 DEBUG : : Looking for writers 2025/01/16 02:37:41 DEBUG : a: reading active writers 2025/01/16 02:37:41 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 TestWriteFileHandleReadonly write_test.go:38: Skipping test on non local remote --- SKIP: TestWriteFileHandleReadonly (0.00s) === RUN TestWriteFileHandleMethods run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:41 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:41 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:41 DEBUG : file1: >Open: fd=file1 (w), err= 2025/01/16 02:37:41 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2025/01/16 02:37:41 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:41 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2025/01/16 02:37:41 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2025/01/16 02:37:41 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: File to upload is small (5 bytes), uploading instead of streaming 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:41 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2025/01/16 02:37:41 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/01/16 02:37:41 DEBUG : file1: Size and md5 of src and dst objects identical 2025/01/16 02:37:41 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:41 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:41 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2025/01/16 02:37:41 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:41 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:41 DEBUG : file1: >Open: fd=file1 (w), err= 2025/01/16 02:37:41 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2025/01/16 02:37:41 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:41 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:41 DEBUG : file1: >Open: fd=file1 (w), err= 2025/01/16 02:37:41 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2025/01/16 02:37:41 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2025/01/16 02:37:41 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2025/01/16 02:37:41 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:41 DEBUG : file1: >Open: fd=file1 (w), err= 2025/01/16 02:37:41 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2025/01/16 02:37:41 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: File to upload is small (0 bytes), uploading instead of streaming 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:41 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/01/16 02:37:41 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/01/16 02:37:41 DEBUG : file1: Size and md5 of src and dst objects identical 2025/01/16 02:37:41 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:41 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2025/01/16 02:37:41 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:41 DEBUG : file1: >Open: fd=file1 (w), err= 2025/01/16 02:37:41 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2025/01/16 02:37:41 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: File to upload is small (7 bytes), uploading instead of streaming 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:41 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:41 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2025/01/16 02:37:41 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2025/01/16 02:37:41 DEBUG : file1: Size and md5 of src and dst objects identical 2025/01/16 02:37:41 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:41 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:41 DEBUG : : Looking for writers 2025/01/16 02:37:41 DEBUG : file1: reading active writers 2025/01/16 02:37:41 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.03s) === RUN TestWriteFileHandleWriteAt run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:41 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:41 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:41 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:41 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:41 DEBUG : file1: >Open: fd=file1 (w), err= 2025/01/16 02:37:41 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2025/01/16 02:37:41 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:41 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2025/01/16 02:37:42 DEBUG : file1: aborting in-sequence write wait, off=100 2025/01/16 02:37:42 DEBUG : file1: failed to wait for in-sequence write to 100 2025/01/16 02:37:42 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: File to upload is small (11 bytes), uploading instead of streaming 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:42 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2025/01/16 02:37:42 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/01/16 02:37:42 DEBUG : file1: Size and md5 of src and dst objects identical 2025/01/16 02:37:42 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:42 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:42 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: sha1sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:42 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2025/01/16 02:37:42 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:42 DEBUG : : Looking for writers 2025/01/16 02:37:42 DEBUG : file1: reading active writers 2025/01/16 02:37:42 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.02s) === RUN TestWriteFileHandleFlush run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:42 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:42 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:42 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:42 DEBUG : file1: >Open: fd=file1 (w), err= 2025/01/16 02:37:42 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2025/01/16 02:37:42 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2025/01/16 02:37:42 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: File to upload is small (5 bytes), uploading instead of streaming 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 5d41402abc4b2a76b9719d911017c592 /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:42 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2025/01/16 02:37:42 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2025/01/16 02:37:42 DEBUG : file1: Size and md5 of src and dst objects identical 2025/01/16 02:37:42 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:42 DEBUG : file1: WriteFileHandle.Flush nothing to do 2025/01/16 02:37:42 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:42 DEBUG : : Looking for writers 2025/01/16 02:37:42 DEBUG : file1: reading active writers 2025/01/16 02:37:42 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.01s) === RUN TestWriteFileHandleRelease run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:42 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:42 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:42 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:42 DEBUG : file1: >Open: fd=file1 (w), err= 2025/01/16 02:37:42 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2025/01/16 02:37:42 DEBUG : file1: WriteFileHandle.Release closing 2025/01/16 02:37:42 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: File to upload is small (0 bytes), uploading instead of streaming 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:42 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/01/16 02:37:42 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/01/16 02:37:42 DEBUG : file1: Size and md5 of src and dst objects identical 2025/01/16 02:37:42 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:42 DEBUG : file1: WriteFileHandle.Release nothing to do 2025/01/16 02:37:42 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:42 DEBUG : : Looking for writers 2025/01/16 02:37:42 DEBUG : file1: reading active writers 2025/01/16 02:37:42 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.01s) === RUN TestWriteFileModTimeWithOpenWriters run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:42 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:42 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:42 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:42 DEBUG : file1: >Open: fd=file1 (w), err= 2025/01/16 02:37:42 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2025/01/16 02:37:42 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: File to upload is small (2 bytes), uploading instead of streaming 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:42 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2025/01/16 02:37:42 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2025/01/16 02:37:42 DEBUG : file1: Size and md5 of src and dst objects identical 2025/01/16 02:37:42 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2025/01/16 02:37:42 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:42 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:42 DEBUG : : Looking for writers 2025/01/16 02:37:42 DEBUG : file1: reading active writers 2025/01/16 02:37:42 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.01s) === RUN TestFileReadAtZeroLength run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:42 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:42 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:42 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:42 DEBUG : file1: >Open: fd=file1 (w), err= 2025/01/16 02:37:42 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2025/01/16 02:37:42 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: File to upload is small (0 bytes), uploading instead of streaming 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: d41d8cd98f00b204e9800998ecf8427e /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:42 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2025/01/16 02:37:42 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/01/16 02:37:42 DEBUG : file1: Size and md5 of src and dst objects identical 2025/01/16 02:37:42 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:42 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:42 DEBUG : file1: Open: flags=O_RDONLY 2025/01/16 02:37:42 DEBUG : file1: >Open: fd=file1 (r), err= 2025/01/16 02:37:42 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2025/01/16 02:37:42 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:42 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:42 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:42 DEBUG : : Looking for writers 2025/01/16 02:37:42 DEBUG : file1: reading active writers 2025/01/16 02:37:42 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.01s) === RUN TestFileReadAtNonZeroLength run.go:180: Remote "sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito", Local "Local file system at /tmp/rclone2053516353", Modify Window "1s" 2025/01/16 02:37:42 INFO : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: poll-interval is not supported by this remote 2025/01/16 02:37:42 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2025/01/16 02:37:42 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2025/01/16 02:37:42 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:42 DEBUG : file1: >Open: fd=file1 (w), err= 2025/01/16 02:37:42 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2025/01/16 02:37:42 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: File to upload is small (100 bytes), uploading instead of streaming 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Shell path "/home/rclone/rclone-test-woxoqoh1hito/file1" 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Running remote command: md5sum /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Remote command result: 8cf478b67ab0f026935bbc23bf891cb7 /home/rclone/rclone-test-woxoqoh1hito/file1 2025/01/16 02:37:42 DEBUG : file1: Parsed hash: 8cf478b67ab0f026935bbc23bf891cb7 2025/01/16 02:37:42 DEBUG : file1: md5 = 8cf478b67ab0f026935bbc23bf891cb7 OK 2025/01/16 02:37:42 DEBUG : file1: Size and md5 of src and dst objects identical 2025/01/16 02:37:42 DEBUG : : Added virtual directory entry vAddFile: "file1" 2025/01/16 02:37:42 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2025/01/16 02:37:42 DEBUG : file1: Open: flags=O_RDONLY 2025/01/16 02:37:42 DEBUG : file1: >Open: fd=file1 (r), err= 2025/01/16 02:37:42 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2025/01/16 02:37:42 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2025/01/16 02:37:42 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2025/01/16 02:37:42 DEBUG : WaitForWriters: timeout=30s 2025/01/16 02:37:42 DEBUG : : Looking for writers 2025/01/16 02:37:42 DEBUG : file1: reading active writers 2025/01/16 02:37:42 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.01s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2025/01/16 02:37:42 DEBUG : sftp://rclone@127.0.0.1:28627/rclone-test-woxoqoh1hito: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPOpenssh: -verbose" - Finished OK in 10.15583873s (try 1/5)