"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/04/19 01:00:25 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-wihubep0fozi" 2026/04/19 01:00:25 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/19 01:00:25 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/04/19 01:00:25 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/04/19 01:00:25 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/04/19 01:00:25 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/04/19 01:00:25 NOTICE: TestSFTPRcloneSSH{aFBXt}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/04/19 01:00:25 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/19 01:00:25 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell type "unix" from config 2026/04/19 01:00:25 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Relative path resolved to "/rclone-test-wihubep0fozi" 2026/04/19 01:00:25 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Using root directory "/rclone-test-wihubep0fozi" 2026/04/19 01:00:25 DEBUG : Creating backend with remote "/tmp/rclone1975024573" === RUN TestDirHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:25 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:25 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:25 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:25 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:25 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:25 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:25 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:25 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:25 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:25 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:25 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:25 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:26 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:26 DEBUG : dir: Looking for writers 2026/04/19 01:00:26 DEBUG : Looking for writers 2026/04/19 01:00:26 DEBUG : dir: reading active writers 2026/04/19 01:00:26 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.24s) === RUN TestDirHandleReaddir run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:26 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:26 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:26 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/subdir/file3" 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/subdir/file3 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/subdir/file3" 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-wihubep0fozi/dir/subdir/file3 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:26 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/subdir/file3" 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/subdir/file3 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/subdir/file3" 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-wihubep0fozi/dir/subdir/file3 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:26 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/04/19 01:00:26 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:26 DEBUG : dir/subdir: Looking for writers 2026/04/19 01:00:26 DEBUG : dir: Looking for writers 2026/04/19 01:00:26 DEBUG : file1: reading active writers 2026/04/19 01:00:26 DEBUG : file2: reading active writers 2026/04/19 01:00:26 DEBUG : subdir: reading active writers 2026/04/19 01:00:26 DEBUG : Looking for writers 2026/04/19 01:00:26 DEBUG : dir: reading active writers 2026/04/19 01:00:26 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.73s) === RUN TestDirHandleReaddirnames run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:26 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:26 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:27 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:27 DEBUG : dir: Looking for writers 2026/04/19 01:00:27 DEBUG : file1: reading active writers 2026/04/19 01:00:27 DEBUG : Looking for writers 2026/04/19 01:00:27 DEBUG : dir: reading active writers 2026/04/19 01:00:27 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.27s) === RUN TestDirMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:27 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:27 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:27 DEBUG : dir: Looking for writers 2026/04/19 01:00:27 DEBUG : Looking for writers 2026/04/19 01:00:27 DEBUG : dir: reading active writers 2026/04/19 01:00:27 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.18s) === RUN TestDirForgetAll run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:27 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:27 DEBUG : dir: forgetting directory cache 2026/04/19 01:00:27 DEBUG : forgetting directory cache 2026/04/19 01:00:27 DEBUG : dir: forgetting directory cache 2026/04/19 01:00:27 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:27 DEBUG : Looking for writers 2026/04/19 01:00:27 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.19s) === RUN TestDirForgetPath run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:27 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:27 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/04/19 01:00:27 DEBUG : dir: invalidating directory cache 2026/04/19 01:00:27 DEBUG : >ForgetPath: 2026/04/19 01:00:27 DEBUG : ForgetPath: relativePath="dir", type=0 2026/04/19 01:00:27 DEBUG : invalidating directory cache 2026/04/19 01:00:27 DEBUG : dir: forgetting directory cache 2026/04/19 01:00:27 DEBUG : >ForgetPath: 2026/04/19 01:00:27 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/04/19 01:00:27 DEBUG : >ForgetPath: 2026/04/19 01:00:27 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:27 DEBUG : dir: Looking for writers 2026/04/19 01:00:27 DEBUG : Looking for writers 2026/04/19 01:00:27 DEBUG : dir: reading active writers 2026/04/19 01:00:27 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.19s) === RUN TestDirWalk run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:27 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/fil/a/b/c" 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/fil/a/b/c 2026/04/19 01:00:27 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/fil/a/b/c" 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-wihubep0fozi/fil/a/b/c 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:28 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/fil/a/b/c" 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/fil/a/b/c 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/fil/a/b/c" 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-wihubep0fozi/fil/a/b/c 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:28 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:28 DEBUG : forgetting directory cache 2026/04/19 01:00:28 DEBUG : dir: forgetting directory cache 2026/04/19 01:00:28 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:28 DEBUG : dir: Looking for writers 2026/04/19 01:00:28 DEBUG : fil/a/b: Looking for writers 2026/04/19 01:00:28 DEBUG : fil/a: Looking for writers 2026/04/19 01:00:28 DEBUG : b: reading active writers 2026/04/19 01:00:28 DEBUG : fil: Looking for writers 2026/04/19 01:00:28 DEBUG : a: reading active writers 2026/04/19 01:00:28 DEBUG : Looking for writers 2026/04/19 01:00:28 DEBUG : dir: reading active writers 2026/04/19 01:00:28 DEBUG : fil: reading active writers 2026/04/19 01:00:28 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.75s) === RUN TestDirSetModTime run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:28 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:28 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:28 DEBUG : dir: Looking for writers 2026/04/19 01:00:28 DEBUG : Looking for writers 2026/04/19 01:00:28 DEBUG : dir: reading active writers 2026/04/19 01:00:28 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.26s) === RUN TestDirStat run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:28 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:28 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:28 DEBUG : dir: Looking for writers 2026/04/19 01:00:28 DEBUG : file1: reading active writers 2026/04/19 01:00:28 DEBUG : Looking for writers 2026/04/19 01:00:28 DEBUG : dir: reading active writers 2026/04/19 01:00:28 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.24s) === RUN TestDirReadDirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:28 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:28 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:29 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:29 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/subdir/file3" 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/subdir/file3 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/subdir/file3" 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-wihubep0fozi/dir/subdir/file3 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:29 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/subdir/file3" 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/subdir/file3 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/subdir/file3" 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-wihubep0fozi/dir/subdir/file3 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:29 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/04/19 01:00:29 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/04/19 01:00:29 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/04/19 01:00:29 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/04/19 01:00:29 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/04/19 01:00:29 DEBUG : Waiting for deletions to finish 2026/04/19 01:00:29 INFO : dir/subdir/file3: Deleted 2026/04/19 01:00:29 DEBUG : removing 1 level 2 directories 2026/04/19 01:00:29 INFO : dir/subdir: Removing directory 2026/04/19 01:00:29 DEBUG : dir: invalidating directory cache 2026/04/19 01:00:29 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/04/19 01:00:29 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/04/19 01:00:29 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/04/19 01:00:29 DEBUG : dir/file1: Reset virtual modtime 2026/04/19 01:00:29 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/04/19 01:00:29 DEBUG : dir/virtualFile: Reset virtual modtime 2026/04/19 01:00:29 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/04/19 01:00:29 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/04/19 01:00:29 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/19 01:00:29 DEBUG : dir: invalidating directory cache 2026/04/19 01:00:29 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/04/19 01:00:29 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/04/19 01:00:29 DEBUG : dir/virtualFile: Reset virtual modtime 2026/04/19 01:00:29 DEBUG : forgetting directory cache 2026/04/19 01:00:29 DEBUG : dir: forgetting directory cache 2026/04/19 01:00:29 DEBUG : dir/virtualDir: forgetting directory cache 2026/04/19 01:00:29 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:29 DEBUG : dir/virtualDir: Looking for writers 2026/04/19 01:00:29 DEBUG : dir: Looking for writers 2026/04/19 01:00:29 DEBUG : file1: reading active writers 2026/04/19 01:00:29 DEBUG : virtualFile2: reading active writers 2026/04/19 01:00:29 DEBUG : virtualFile: reading active writers 2026/04/19 01:00:29 DEBUG : virtualDir: reading active writers 2026/04/19 01:00:29 DEBUG : Looking for writers 2026/04/19 01:00:29 DEBUG : dir: reading active writers 2026/04/19 01:00:29 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.82s) --- PASS: TestDirReadDirAll/Virtual (0.02s) === RUN TestDirOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:29 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:29 ERROR : dir/: Can only open directories read only 2026/04/19 01:00:29 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:29 DEBUG : dir: Looking for writers 2026/04/19 01:00:29 DEBUG : Looking for writers 2026/04/19 01:00:29 DEBUG : dir: reading active writers 2026/04/19 01:00:29 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.24s) === RUN TestDirCreate run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:29 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:29 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:30 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:00:30 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/19 01:00:30 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/04/19 01:00:30 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: File to upload is small (5 bytes), uploading instead of streaming 2026/04/19 01:00:30 DEBUG : dir/potato: size = 5 OK 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/potato" 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/potato 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/potato" 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-wihubep0fozi/dir/potato 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:30 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/19 01:00:30 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/19 01:00:30 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/04/19 01:00:30 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/19 01:00:30 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:30 DEBUG : dir: Looking for writers 2026/04/19 01:00:30 DEBUG : file1: reading active writers 2026/04/19 01:00:30 DEBUG : potato: reading active writers 2026/04/19 01:00:30 DEBUG : Looking for writers 2026/04/19 01:00:30 DEBUG : dir: reading active writers 2026/04/19 01:00:30 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.48s) === RUN TestDirMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:30 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:30 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:30 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:30 DEBUG : dir/sub: Looking for writers 2026/04/19 01:00:30 DEBUG : dir: Looking for writers 2026/04/19 01:00:30 DEBUG : file1: reading active writers 2026/04/19 01:00:30 DEBUG : sub: reading active writers 2026/04/19 01:00:30 DEBUG : Looking for writers 2026/04/19 01:00:30 DEBUG : dir: reading active writers 2026/04/19 01:00:30 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.56s) === RUN TestDirMkdirSub run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:30 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:30 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:31 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/19 01:00:31 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:31 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:31 DEBUG : dir/sub/subsub: Looking for writers 2026/04/19 01:00:31 DEBUG : dir/sub: Looking for writers 2026/04/19 01:00:31 DEBUG : subsub: reading active writers 2026/04/19 01:00:31 DEBUG : dir: Looking for writers 2026/04/19 01:00:31 DEBUG : file1: reading active writers 2026/04/19 01:00:31 DEBUG : sub: reading active writers 2026/04/19 01:00:31 DEBUG : Looking for writers 2026/04/19 01:00:31 DEBUG : dir: reading active writers 2026/04/19 01:00:31 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.42s) === RUN TestDirRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:31 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:31 ERROR : dir/: Dir.Remove not empty 2026/04/19 01:00:31 DEBUG : dir/file1: Remove: 2026/04/19 01:00:31 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/19 01:00:31 DEBUG : dir/file1: >Remove: err= 2026/04/19 01:00:31 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/19 01:00:31 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:31 DEBUG : Looking for writers 2026/04/19 01:00:31 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.24s) === RUN TestDirRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:31 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:31 DEBUG : dir/file1: Remove: 2026/04/19 01:00:31 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/19 01:00:31 DEBUG : dir/file1: >Remove: err= 2026/04/19 01:00:31 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/19 01:00:31 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:31 DEBUG : Looking for writers 2026/04/19 01:00:31 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.23s) === RUN TestDirRemoveName run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:31 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:31 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:32 DEBUG : dir/file1: Remove: 2026/04/19 01:00:32 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/19 01:00:32 DEBUG : dir/file1: >Remove: err= 2026/04/19 01:00:32 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:32 DEBUG : dir: Looking for writers 2026/04/19 01:00:32 DEBUG : Looking for writers 2026/04/19 01:00:32 DEBUG : dir: reading active writers 2026/04/19 01:00:32 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.33s) === RUN TestDirRename run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:32 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file3" 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file3 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file3" 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-wihubep0fozi/dir/file3 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:32 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file3" 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file3 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file3" 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-wihubep0fozi/dir/file3 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:32 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/19 01:00:32 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/04/19 01:00:32 DEBUG : dir: Updating dir with dir2 0x12ddf2b25a00 2026/04/19 01:00:32 DEBUG : dir: forgetting directory cache 2026/04/19 01:00:32 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/19 01:00:32 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir2/file1" 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir2/file1 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir2/file1" 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir2/file1 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:32 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir2/file1" 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir2/file1 2026/04/19 01:00:32 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir2/file1" 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir2/file1 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:33 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir2/file3" 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir2/file3 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir2/file3" 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-wihubep0fozi/dir2/file3 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:33 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir2/file3" 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir2/file3 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir2/file3" 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-wihubep0fozi/dir2/file3 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:33 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/19 01:00:33 INFO : dir2/file1: Moved (server-side) to: file2 2026/04/19 01:00:33 DEBUG : file2: Updating file with file2 0x12ddf29d8c30 2026/04/19 01:00:33 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/04/19 01:00:33 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file2" 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file2 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file2" 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/file2 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:33 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file2" 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/file2 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/file2" 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/file2 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:33 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir2/file3" 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir2/file3 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir2/file3" 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-wihubep0fozi/dir2/file3 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:33 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir2/file3" 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir2/file3 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir2/file3" 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-wihubep0fozi/dir2/file3 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:33 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/19 01:00:33 INFO : dir2/file3: Deleted 2026/04/19 01:00:33 INFO : file2: Moved (server-side) to: dir2/file3 2026/04/19 01:00:33 DEBUG : dir2/file3: Updating file with dir2/file3 0x12ddf29d8c30 2026/04/19 01:00:33 DEBUG : Added virtual directory entry vDel: "file2" 2026/04/19 01:00:33 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir2/file3" 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir2/file3 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir2/file3" 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir2/file3 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:33 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir2/file3" 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir2/file3 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir2/file3" 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir2/file3 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:33 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:33 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/04/19 01:00:33 DEBUG : empty directory: Updating dir with renamed empty directory 0x12ddf2b9ab60 2026/04/19 01:00:33 DEBUG : empty directory: forgetting directory cache 2026/04/19 01:00:33 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/04/19 01:00:33 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/04/19 01:00:33 DEBUG : dir2: Renaming to "dir3" 2026/04/19 01:00:33 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:33 DEBUG : dir3: Looking for writers 2026/04/19 01:00:33 DEBUG : file3: reading active writers 2026/04/19 01:00:33 DEBUG : renamed empty directory: Looking for writers 2026/04/19 01:00:33 DEBUG : Looking for writers 2026/04/19 01:00:33 DEBUG : dir3: reading active writers 2026/04/19 01:00:33 DEBUG : renamed empty directory: reading active writers 2026/04/19 01:00:33 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.80s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:33 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:33 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:34 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/19 01:00:34 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:00:34 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/19 01:00:34 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/19 01:00:34 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/04/19 01:00:34 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/04/19 01:00:34 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/19 01:00:34 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:00:34 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/19 01:00:34 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/19 01:00:34 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/04/19 01:00:34 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/04/19 01:00:34 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: File to upload is small (12 bytes), uploading instead of streaming 2026/04/19 01:00:34 DEBUG : dir/sub/file2: size = 12 OK 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/sub/file2" 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/sub/file2 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/sub/file2" 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-wihubep0fozi/dir/sub/file2 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:34 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/04/19 01:00:34 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/04/19 01:00:34 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/04/19 01:00:34 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/19 01:00:34 DEBUG : forgetting directory cache 2026/04/19 01:00:34 DEBUG : dir: forgetting directory cache 2026/04/19 01:00:34 DEBUG : dir/sub: forgetting directory cache 2026/04/19 01:00:34 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/04/19 01:00:34 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: File to upload is small (5 bytes), uploading instead of streaming 2026/04/19 01:00:34 DEBUG : dir/sub/file0: size = 5 OK 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/sub/file0" 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/sub/file0 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/sub/file0" 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-wihubep0fozi/dir/sub/file0 2026/04/19 01:00:34 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:34 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/19 01:00:34 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/19 01:00:34 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/04/19 01:00:34 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/19 01:00:34 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:34 DEBUG : dir/sub: Looking for writers 2026/04/19 01:00:34 DEBUG : file0: reading active writers 2026/04/19 01:00:34 DEBUG : file2: reading active writers 2026/04/19 01:00:34 DEBUG : dir: Looking for writers 2026/04/19 01:00:34 DEBUG : file1: reading active writers 2026/04/19 01:00:34 DEBUG : sub: reading active writers 2026/04/19 01:00:34 DEBUG : Looking for writers 2026/04/19 01:00:34 DEBUG : dir: reading active writers 2026/04/19 01:00:34 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.44s) === RUN TestDirEntryModTimeInvalidation run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:34 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:34 DEBUG : forgetting directory cache 2026/04/19 01:00:35 DEBUG : forgetting directory cache 2026/04/19 01:00:35 DEBUG : dir: forgetting directory cache 2026/04/19 01:00:35 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:35 DEBUG : dir: Looking for writers 2026/04/19 01:00:35 DEBUG : Looking for writers 2026/04/19 01:00:35 DEBUG : dir: reading active writers 2026/04/19 01:00:35 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:35 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/04/19 01:00:35 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:00:35 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/04/19 01:00:35 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/04/19 01:00:35 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/04/19 01:00:35 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:00:35 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/19 01:00:35 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/04/19 01:00:35 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:00:35 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/04/19 01:00:35 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/04/19 01:00:35 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/04/19 01:00:35 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:00:35 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/19 01:00:35 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:35 DEBUG : dir: Looking for writers 2026/04/19 01:00:35 DEBUG : file1: reading active writers 2026/04/19 01:00:35 DEBUG : file1.metadata: reading active writers 2026/04/19 01:00:35 DEBUG : Looking for writers 2026/04/19 01:00:35 DEBUG : dir: reading active writers 2026/04/19 01:00:35 DEBUG : dir.metadata: reading active writers 2026/04/19 01:00:35 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.27s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:35 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:35 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:36 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:36 DEBUG : dir: Looking for writers 2026/04/19 01:00:36 DEBUG : file1: reading active writers 2026/04/19 01:00:36 DEBUG : Looking for writers 2026/04/19 01:00:36 DEBUG : dir: reading active writers 2026/04/19 01:00:36 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.22s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:36 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:36 DEBUG : Can set mod time: true 2026/04/19 01:00:36 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:36 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:36 DEBUG : dir: Looking for writers 2026/04/19 01:00:36 DEBUG : file1: reading active writers 2026/04/19 01:00:36 DEBUG : Looking for writers 2026/04/19 01:00:36 DEBUG : dir: reading active writers 2026/04/19 01:00:36 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:36 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:36 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/19 01:00:36 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/19 01:00:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: File to upload is small (0 bytes), uploading instead of streaming 2026/04/19 01:00:36 DEBUG : dir/file1: size = 0 OK 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:36 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/19 01:00:36 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/19 01:00:36 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/19 01:00:36 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/19 01:00:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:36 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:36 DEBUG : dir: Looking for writers 2026/04/19 01:00:36 DEBUG : file1: reading active writers 2026/04/19 01:00:36 DEBUG : Looking for writers 2026/04/19 01:00:36 DEBUG : dir: reading active writers 2026/04/19 01:00:36 DEBUG : >WaitForWriters: 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:36 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:36 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:37 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/19 01:00:37 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:37 DEBUG : dir: Looking for writers 2026/04/19 01:00:37 DEBUG : file1: reading active writers 2026/04/19 01:00:37 DEBUG : Looking for writers 2026/04/19 01:00:37 DEBUG : dir: reading active writers 2026/04/19 01:00:37 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:37 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:37 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/19 01:00:37 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/19 01:00:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: File to upload is small (5 bytes), uploading instead of streaming 2026/04/19 01:00:37 DEBUG : dir/file1: size = 5 OK 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:37 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/19 01:00:37 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/19 01:00:37 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/19 01:00:37 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/19 01:00:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:37 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:37 DEBUG : dir: Looking for writers 2026/04/19 01:00:37 DEBUG : file1: reading active writers 2026/04/19 01:00:37 DEBUG : Looking for writers 2026/04/19 01:00:37 DEBUG : dir: reading active writers 2026/04/19 01:00:37 DEBUG : >WaitForWriters: 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:37 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:37 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/04/19 01:00:37 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:37 DEBUG : dir: Looking for writers 2026/04/19 01:00:37 DEBUG : file1: reading active writers 2026/04/19 01:00:37 DEBUG : Looking for writers 2026/04/19 01:00:37 DEBUG : dir: reading active writers 2026/04/19 01:00:37 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:37 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:37 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:37 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:37 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:38 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:38 DEBUG : dir: Looking for writers 2026/04/19 01:00:38 DEBUG : file1: reading active writers 2026/04/19 01:00:38 DEBUG : Looking for writers 2026/04/19 01:00:38 DEBUG : dir: reading active writers 2026/04/19 01:00:38 DEBUG : >WaitForWriters: 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:38 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:38 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:38 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/19 01:00:38 DEBUG : dir/file1: newRWFileHandle: 2026/04/19 01:00:38 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/19 01:00:38 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/19 01:00:38 DEBUG : dir/file1(0x12ddf2b8cf80): close: 2026/04/19 01:00:38 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/19 01:00:38 DEBUG : dir/file1(0x12ddf2b8cf80): >close: err= 2026/04/19 01:00:38 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:38 DEBUG : dir: Looking for writers 2026/04/19 01:00:38 DEBUG : file1: reading active writers 2026/04/19 01:00:38 DEBUG : Looking for writers 2026/04/19 01:00:38 DEBUG : dir: reading active writers 2026/04/19 01:00:38 DEBUG : >WaitForWriters: 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:38 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:38 DEBUG : dir: Looking for writers 2026/04/19 01:00:38 DEBUG : file1: reading active writers 2026/04/19 01:00:38 DEBUG : Looking for writers 2026/04/19 01:00:38 DEBUG : dir: reading active writers 2026/04/19 01:00:38 DEBUG : >WaitForWriters: 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:38 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:38 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:38 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/19 01:00:38 DEBUG : dir/file1: newRWFileHandle: 2026/04/19 01:00:38 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/19 01:00:38 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/19 01:00:38 DEBUG : dir/file1(0x12ddf2cfc2c0): _writeAt: size=5, off=0 2026/04/19 01:00:38 DEBUG : dir/file1(0x12ddf2cfc2c0): openPending: 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:38 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:39 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/19 01:00:39 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/19 01:00:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:39 DEBUG : dir/file1(0x12ddf2cfc2c0): >openPending: err= 2026/04/19 01:00:39 DEBUG : dir/file1(0x12ddf2cfc2c0): >_writeAt: n=5, err= 2026/04/19 01:00:39 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/04/19 01:00:39 DEBUG : dir/file1(0x12ddf2cfc2c0): close: 2026/04/19 01:00:39 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/04/19 01:00:39 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/04/19 01:00:39 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/04/19 01:00:39 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/19 01:00:39 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/04/19 01:00:39 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/19 01:00:39 DEBUG : dir/file1(0x12ddf2cfc2c0): >close: err= 2026/04/19 01:00:39 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:39 DEBUG : dir: Looking for writers 2026/04/19 01:00:39 DEBUG : file1: reading active writers 2026/04/19 01:00:39 DEBUG : Looking for writers 2026/04/19 01:00:39 DEBUG : dir: reading active writers 2026/04/19 01:00:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/19 01:00:39 DEBUG : dir: Looking for writers 2026/04/19 01:00:39 DEBUG : file1: reading active writers 2026/04/19 01:00:39 DEBUG : Looking for writers 2026/04/19 01:00:39 DEBUG : dir: reading active writers 2026/04/19 01:00:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/19 01:00:39 DEBUG : dir: Looking for writers 2026/04/19 01:00:39 DEBUG : file1: reading active writers 2026/04/19 01:00:39 DEBUG : Looking for writers 2026/04/19 01:00:39 DEBUG : dir: reading active writers 2026/04/19 01:00:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/19 01:00:39 DEBUG : dir: Looking for writers 2026/04/19 01:00:39 DEBUG : file1: reading active writers 2026/04/19 01:00:39 DEBUG : Looking for writers 2026/04/19 01:00:39 DEBUG : dir: reading active writers 2026/04/19 01:00:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/19 01:00:39 DEBUG : dir/file1: vfs cache: starting upload 2026/04/19 01:00:39 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1.2f98c60a.partial" 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1.2f98c60a.partial 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1.2f98c60a.partial" 2026/04/19 01:00:39 DEBUG : dir: Looking for writers 2026/04/19 01:00:39 DEBUG : file1: reading active writers 2026/04/19 01:00:39 DEBUG : Looking for writers 2026/04/19 01:00:39 DEBUG : dir: reading active writers 2026/04/19 01:00:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-wihubep0fozi/dir/file1.2f98c60a.partial 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:39 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/19 01:00:39 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/04/19 01:00:39 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/04/19 01:00:39 INFO : dir/file1: Copied (replaced existing) 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:39 DEBUG : dir: Looking for writers 2026/04/19 01:00:39 DEBUG : file1: reading active writers 2026/04/19 01:00:39 DEBUG : Looking for writers 2026/04/19 01:00:39 DEBUG : dir: reading active writers 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:39 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/19 01:00:39 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/04/19 01:00:39 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/19 01:00:39 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/04/19 01:00:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:39 DEBUG : >WaitForWriters: 2026/04/19 01:00:39 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:39 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:39 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/04/19 01:00:39 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:39 DEBUG : dir: Looking for writers 2026/04/19 01:00:39 DEBUG : file1: reading active writers 2026/04/19 01:00:39 DEBUG : Looking for writers 2026/04/19 01:00:39 DEBUG : dir: reading active writers 2026/04/19 01:00:39 DEBUG : >WaitForWriters: 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.79s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.48s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.54s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.61s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.46s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.57s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (1.13s) === RUN TestFileOpenRead run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:39 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:39 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:40 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/19 01:00:40 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/19 01:00:40 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:00:40 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:40 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:40 DEBUG : dir: Looking for writers 2026/04/19 01:00:40 DEBUG : file1: reading active writers 2026/04/19 01:00:40 DEBUG : Looking for writers 2026/04/19 01:00:40 DEBUG : dir: reading active writers 2026/04/19 01:00:40 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.33s) === RUN TestFileOpenReadUnknownSize 2026/04/19 01:00:40 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/04/19 01:00:40 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/19 01:00:40 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:00:40 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/04/19 01:00:40 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:40 DEBUG : Looking for writers 2026/04/19 01:00:40 DEBUG : file.txt: reading active writers 2026/04/19 01:00:40 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:40 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: File to upload is small (25 bytes), uploading instead of streaming 2026/04/19 01:00:40 DEBUG : dir/file1: size = 25 OK 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:40 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/19 01:00:40 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/19 01:00:40 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/19 01:00:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:40 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:40 DEBUG : dir: Looking for writers 2026/04/19 01:00:40 DEBUG : file1: reading active writers 2026/04/19 01:00:40 DEBUG : Looking for writers 2026/04/19 01:00:40 DEBUG : dir: reading active writers 2026/04/19 01:00:40 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.38s) === RUN TestFileRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:40 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:40 DEBUG : dir/file1: Remove: 2026/04/19 01:00:40 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/19 01:00:40 DEBUG : dir/file1: >Remove: err= 2026/04/19 01:00:40 DEBUG : dir/file1: Remove: 2026/04/19 01:00:40 DEBUG : dir/file1: >Remove: err=Read only file system 2026/04/19 01:00:40 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:40 DEBUG : dir: Looking for writers 2026/04/19 01:00:40 DEBUG : Looking for writers 2026/04/19 01:00:40 DEBUG : dir: reading active writers 2026/04/19 01:00:40 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.27s) === RUN TestFileRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:40 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:40 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:41 DEBUG : dir/file1: Remove: 2026/04/19 01:00:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/19 01:00:41 DEBUG : dir/file1: >Remove: err= 2026/04/19 01:00:41 DEBUG : dir/file1: Remove: 2026/04/19 01:00:41 DEBUG : dir/file1: >Remove: err=Read only file system 2026/04/19 01:00:41 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:41 DEBUG : dir: Looking for writers 2026/04/19 01:00:41 DEBUG : Looking for writers 2026/04/19 01:00:41 DEBUG : dir: reading active writers 2026/04/19 01:00:41 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.23s) === RUN TestFileOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:41 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:41 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/19 01:00:41 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/19 01:00:41 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/19 01:00:41 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/19 01:00:41 DEBUG : dir/file1: Open: flags=O_RDWR 2026/04/19 01:00:41 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/19 01:00:41 DEBUG : dir/file1: Open: flags=0x3 2026/04/19 01:00:41 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/04/19 01:00:41 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/04/19 01:00:41 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:41 DEBUG : dir: Looking for writers 2026/04/19 01:00:41 DEBUG : file1: reading active writers 2026/04/19 01:00:41 DEBUG : Looking for writers 2026/04/19 01:00:41 DEBUG : dir: reading active writers 2026/04/19 01:00:41 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.31s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:41 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:41 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:41 DEBUG : dir: Looking for writers 2026/04/19 01:00:41 DEBUG : file1: reading active writers 2026/04/19 01:00:41 DEBUG : Looking for writers 2026/04/19 01:00:41 DEBUG : dir: reading active writers 2026/04/19 01:00:41 DEBUG : >WaitForWriters: 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:41 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/19 01:00:41 DEBUG : newLeaf: Updating file with newLeaf 0x12ddf3102750 2026/04/19 01:00:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/19 01:00:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:41 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:42 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:42 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:42 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/19 01:00:42 DEBUG : dir/file1: Updating file with dir/file1 0x12ddf3102750 2026/04/19 01:00:42 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/19 01:00:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:42 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/19 01:00:42 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/19 01:00:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:42 DEBUG : dir/file1: File is currently open, delaying rename 0x12ddf3102750 2026/04/19 01:00:42 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/19 01:00:42 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: File to upload is small (25 bytes), uploading instead of streaming 2026/04/19 01:00:42 DEBUG : dir/file1: size = 25 OK 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:42 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/19 01:00:42 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/19 01:00:42 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/19 01:00:42 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/19 01:00:42 DEBUG : newLeaf: Running delayed rename now 2026/04/19 01:00:42 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/19 01:00:42 DEBUG : newLeaf: Updating file with newLeaf 0x12ddf3102750 2026/04/19 01:00:42 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:42 DEBUG : dir: Looking for writers 2026/04/19 01:00:42 DEBUG : Looking for writers 2026/04/19 01:00:42 DEBUG : dir: reading active writers 2026/04/19 01:00:42 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:42 DEBUG : >WaitForWriters: 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:42 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:42 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/19 01:00:42 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:42 DEBUG : dir: Looking for writers 2026/04/19 01:00:42 DEBUG : Looking for writers 2026/04/19 01:00:42 DEBUG : dir: reading active writers 2026/04/19 01:00:42 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:42 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:42 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:42 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:42 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:42 DEBUG : dir: Looking for writers 2026/04/19 01:00:42 DEBUG : file1: reading active writers 2026/04/19 01:00:42 DEBUG : Looking for writers 2026/04/19 01:00:42 DEBUG : dir: reading active writers 2026/04/19 01:00:42 DEBUG : >WaitForWriters: 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:42 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:43 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/19 01:00:43 DEBUG : newLeaf: Updating file with newLeaf 0x12ddf3103e10 2026/04/19 01:00:43 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/19 01:00:43 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:43 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:43 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:43 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/19 01:00:43 DEBUG : dir/file1: Updating file with dir/file1 0x12ddf3103e10 2026/04/19 01:00:43 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/19 01:00:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:43 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/19 01:00:43 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/19 01:00:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:43 DEBUG : dir/file1: File is currently open, delaying rename 0x12ddf3103e10 2026/04/19 01:00:43 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/19 01:00:43 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: File to upload is small (25 bytes), uploading instead of streaming 2026/04/19 01:00:43 DEBUG : dir/file1: size = 25 OK 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:43 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/19 01:00:43 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/19 01:00:43 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/19 01:00:43 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/19 01:00:43 DEBUG : newLeaf: Running delayed rename now 2026/04/19 01:00:43 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/19 01:00:43 DEBUG : newLeaf: Updating file with newLeaf 0x12ddf3103e10 2026/04/19 01:00:43 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:43 DEBUG : dir: Looking for writers 2026/04/19 01:00:43 DEBUG : Looking for writers 2026/04/19 01:00:43 DEBUG : dir: reading active writers 2026/04/19 01:00:43 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:43 DEBUG : >WaitForWriters: 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:43 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:43 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/19 01:00:43 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:43 DEBUG : dir: Looking for writers 2026/04/19 01:00:43 DEBUG : Looking for writers 2026/04/19 01:00:43 DEBUG : dir: reading active writers 2026/04/19 01:00:43 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:43 DEBUG : >WaitForWriters: 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:43 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:43 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:43 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:44 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/19 01:00:44 DEBUG : dir/file1: newRWFileHandle: 2026/04/19 01:00:44 DEBUG : dir/file1(0x12ddf31ca0c0): openPending: 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:44 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/19 01:00:44 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/19 01:00:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:44 DEBUG : dir/file1(0x12ddf31ca0c0): >openPending: err= 2026/04/19 01:00:44 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/19 01:00:44 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/19 01:00:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:44 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/19 01:00:44 DEBUG : dir/file1(0x12ddf31ca0c0): _writeAt: size=14, off=0 2026/04/19 01:00:44 DEBUG : dir/file1(0x12ddf31ca0c0): >_writeAt: n=14, err= 2026/04/19 01:00:44 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/19 01:00:44 DEBUG : dir/file1(0x12ddf31ca0c0): close: 2026/04/19 01:00:44 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/19 01:00:44 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/19 01:00:44 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/19 01:00:44 DEBUG : dir/file1(0x12ddf31ca0c0): >close: err= 2026/04/19 01:00:44 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:44 DEBUG : dir: Looking for writers 2026/04/19 01:00:44 DEBUG : file1: reading active writers 2026/04/19 01:00:44 DEBUG : Looking for writers 2026/04/19 01:00:44 DEBUG : dir: reading active writers 2026/04/19 01:00:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/19 01:00:44 DEBUG : dir: Looking for writers 2026/04/19 01:00:44 DEBUG : file1: reading active writers 2026/04/19 01:00:44 DEBUG : Looking for writers 2026/04/19 01:00:44 DEBUG : dir: reading active writers 2026/04/19 01:00:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/19 01:00:44 DEBUG : dir: Looking for writers 2026/04/19 01:00:44 DEBUG : file1: reading active writers 2026/04/19 01:00:44 DEBUG : Looking for writers 2026/04/19 01:00:44 DEBUG : dir: reading active writers 2026/04/19 01:00:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/19 01:00:44 DEBUG : dir: Looking for writers 2026/04/19 01:00:44 DEBUG : file1: reading active writers 2026/04/19 01:00:44 DEBUG : Looking for writers 2026/04/19 01:00:44 DEBUG : dir: reading active writers 2026/04/19 01:00:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/19 01:00:44 DEBUG : dir/file1: vfs cache: starting upload 2026/04/19 01:00:44 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1.ca338588.partial" 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1.ca338588.partial 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1.ca338588.partial" 2026/04/19 01:00:44 DEBUG : dir: Looking for writers 2026/04/19 01:00:44 DEBUG : file1: reading active writers 2026/04/19 01:00:44 DEBUG : Looking for writers 2026/04/19 01:00:44 DEBUG : dir: reading active writers 2026/04/19 01:00:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1.ca338588.partial 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:44 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:44 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/19 01:00:44 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/04/19 01:00:44 INFO : dir/file1: Copied (replaced existing) 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:44 DEBUG : dir: Looking for writers 2026/04/19 01:00:44 DEBUG : file1: reading active writers 2026/04/19 01:00:44 DEBUG : Looking for writers 2026/04/19 01:00:44 DEBUG : dir: reading active writers 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:44 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/19 01:00:44 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/04/19 01:00:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:44 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/19 01:00:44 DEBUG : >WaitForWriters: 2026/04/19 01:00:44 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/19 01:00:44 DEBUG : dir/file1: newRWFileHandle: 2026/04/19 01:00:44 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/19 01:00:44 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/19 01:00:44 DEBUG : dir/file1(0x12ddf26eeec0): _readAt: size=512, off=0 2026/04/19 01:00:44 DEBUG : dir/file1(0x12ddf26eeec0): openPending: 2026/04/19 01:00:44 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/19 01:00:44 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/19 01:00:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:44 DEBUG : dir/file1(0x12ddf26eeec0): >openPending: err= 2026/04/19 01:00:44 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/19 01:00:44 DEBUG : dir/file1(0x12ddf26eeec0): >_readAt: n=14, err=EOF 2026/04/19 01:00:44 DEBUG : dir/file1(0x12ddf26eeec0): close: 2026/04/19 01:00:44 DEBUG : dir/file1(0x12ddf26eeec0): >close: err= 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:44 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:45 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:45 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:45 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/19 01:00:45 DEBUG : newLeaf: Updating file with newLeaf 0x12ddf3048000 2026/04/19 01:00:45 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/19 01:00:45 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:45 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:45 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:45 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:45 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/19 01:00:45 DEBUG : dir/file1: Updating file with dir/file1 0x12ddf3048000 2026/04/19 01:00:45 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/19 01:00:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:45 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/19 01:00:45 DEBUG : dir/file1: newRWFileHandle: 2026/04/19 01:00:45 DEBUG : dir/file1(0x12ddf31cb980): openPending: 2026/04/19 01:00:45 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/19 01:00:45 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/19 01:00:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:45 DEBUG : dir/file1(0x12ddf31cb980): >openPending: err= 2026/04/19 01:00:45 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/19 01:00:45 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/19 01:00:45 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/19 01:00:45 DEBUG : dir/file1(0x12ddf31cb980): _writeAt: size=25, off=0 2026/04/19 01:00:45 DEBUG : dir/file1(0x12ddf31cb980): >_writeAt: n=25, err= 2026/04/19 01:00:45 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:45 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:45 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:45 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/19 01:00:45 DEBUG : newLeaf: Updating file with newLeaf 0x12ddf3048000 2026/04/19 01:00:45 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/19 01:00:45 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/19 01:00:45 DEBUG : newLeaf(0x12ddf31cb980): close: 2026/04/19 01:00:45 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/19 01:00:45 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-19 01:00:45.832246683 +0000 UTC m=+20.176259711 2026/04/19 01:00:45 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/19 01:00:45 DEBUG : newLeaf(0x12ddf31cb980): >close: err= 2026/04/19 01:00:45 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:45 DEBUG : dir: Looking for writers 2026/04/19 01:00:45 DEBUG : Looking for writers 2026/04/19 01:00:45 DEBUG : dir: reading active writers 2026/04/19 01:00:45 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/19 01:00:45 DEBUG : dir: Looking for writers 2026/04/19 01:00:45 DEBUG : Looking for writers 2026/04/19 01:00:45 DEBUG : dir: reading active writers 2026/04/19 01:00:45 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/19 01:00:46 DEBUG : dir: Looking for writers 2026/04/19 01:00:46 DEBUG : Looking for writers 2026/04/19 01:00:46 DEBUG : dir: reading active writers 2026/04/19 01:00:46 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/19 01:00:46 DEBUG : dir: Looking for writers 2026/04/19 01:00:46 DEBUG : Looking for writers 2026/04/19 01:00:46 DEBUG : dir: reading active writers 2026/04/19 01:00:46 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/19 01:00:46 DEBUG : newLeaf: vfs cache: starting upload 2026/04/19 01:00:46 DEBUG : newLeaf.9bb62145.partial: size = 25 OK 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf.9bb62145.partial" 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf.9bb62145.partial 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf.9bb62145.partial" 2026/04/19 01:00:46 DEBUG : dir: Looking for writers 2026/04/19 01:00:46 DEBUG : Looking for writers 2026/04/19 01:00:46 DEBUG : dir: reading active writers 2026/04/19 01:00:46 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-wihubep0fozi/newLeaf.9bb62145.partial 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:46 DEBUG : newLeaf.9bb62145.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/19 01:00:46 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/19 01:00:46 DEBUG : newLeaf.9bb62145.partial: renamed to: newLeaf 2026/04/19 01:00:46 INFO : newLeaf: Copied (replaced existing) 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:46 DEBUG : dir: Looking for writers 2026/04/19 01:00:46 DEBUG : Looking for writers 2026/04/19 01:00:46 DEBUG : dir: reading active writers 2026/04/19 01:00:46 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:46 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/19 01:00:46 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-19 01:00:45 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/19 01:00:46 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/19 01:00:46 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/19 01:00:46 DEBUG : >WaitForWriters: 2026/04/19 01:00:46 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:46 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:46 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/19 01:00:46 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:46 DEBUG : dir: Looking for writers 2026/04/19 01:00:46 DEBUG : Looking for writers 2026/04/19 01:00:46 DEBUG : dir: reading active writers 2026/04/19 01:00:46 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:46 DEBUG : >WaitForWriters: 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:46 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:46 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:46 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:46 DEBUG : dir: Looking for writers 2026/04/19 01:00:46 DEBUG : file1: reading active writers 2026/04/19 01:00:46 DEBUG : Looking for writers 2026/04/19 01:00:46 DEBUG : dir: reading active writers 2026/04/19 01:00:46 DEBUG : >WaitForWriters: 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:46 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:47 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/19 01:00:47 DEBUG : newLeaf: Updating file with newLeaf 0x12ddf2b896c0 2026/04/19 01:00:47 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/19 01:00:47 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:47 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:47 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:47 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/19 01:00:47 DEBUG : dir/file1: Updating file with dir/file1 0x12ddf2b896c0 2026/04/19 01:00:47 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/19 01:00:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:47 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/19 01:00:47 DEBUG : dir/file1: newRWFileHandle: 2026/04/19 01:00:47 DEBUG : dir/file1(0x12ddf309f540): openPending: 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:47 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/19 01:00:47 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/19 01:00:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:47 DEBUG : dir/file1(0x12ddf309f540): >openPending: err= 2026/04/19 01:00:47 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/19 01:00:47 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/19 01:00:47 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/19 01:00:47 DEBUG : dir/file1(0x12ddf309f540): _writeAt: size=25, off=0 2026/04/19 01:00:47 DEBUG : dir/file1(0x12ddf309f540): >_writeAt: n=25, err= 2026/04/19 01:00:47 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:47 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:48 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:48 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/19 01:00:48 DEBUG : newLeaf: Updating file with newLeaf 0x12ddf2b896c0 2026/04/19 01:00:48 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/19 01:00:48 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/19 01:00:48 DEBUG : newLeaf(0x12ddf309f540): close: 2026/04/19 01:00:48 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/19 01:00:48 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-19 01:00:47.895775358 +0000 UTC m=+22.239788387 2026/04/19 01:00:48 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/19 01:00:48 DEBUG : newLeaf(0x12ddf309f540): >close: err= 2026/04/19 01:00:48 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:48 DEBUG : dir: Looking for writers 2026/04/19 01:00:48 DEBUG : Looking for writers 2026/04/19 01:00:48 DEBUG : dir: reading active writers 2026/04/19 01:00:48 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/19 01:00:48 DEBUG : dir: Looking for writers 2026/04/19 01:00:48 DEBUG : Looking for writers 2026/04/19 01:00:48 DEBUG : dir: reading active writers 2026/04/19 01:00:48 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/19 01:00:48 DEBUG : dir: Looking for writers 2026/04/19 01:00:48 DEBUG : Looking for writers 2026/04/19 01:00:48 DEBUG : dir: reading active writers 2026/04/19 01:00:48 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/19 01:00:48 DEBUG : dir: Looking for writers 2026/04/19 01:00:48 DEBUG : Looking for writers 2026/04/19 01:00:48 DEBUG : dir: reading active writers 2026/04/19 01:00:48 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/19 01:00:48 DEBUG : newLeaf: vfs cache: starting upload 2026/04/19 01:00:48 DEBUG : newLeaf.fa813ef1.partial: size = 25 OK 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf.fa813ef1.partial" 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf.fa813ef1.partial 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf.fa813ef1.partial" 2026/04/19 01:00:48 DEBUG : dir: Looking for writers 2026/04/19 01:00:48 DEBUG : Looking for writers 2026/04/19 01:00:48 DEBUG : dir: reading active writers 2026/04/19 01:00:48 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-wihubep0fozi/newLeaf.fa813ef1.partial 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:48 DEBUG : newLeaf.fa813ef1.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/19 01:00:48 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/19 01:00:48 DEBUG : newLeaf.fa813ef1.partial: renamed to: newLeaf 2026/04/19 01:00:48 INFO : newLeaf: Copied (replaced existing) 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:48 DEBUG : dir: Looking for writers 2026/04/19 01:00:48 DEBUG : Looking for writers 2026/04/19 01:00:48 DEBUG : dir: reading active writers 2026/04/19 01:00:48 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:48 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/19 01:00:48 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-19 01:00:47 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/19 01:00:48 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/19 01:00:48 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/19 01:00:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/04/19 01:00:48 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/19 01:00:48 DEBUG : dir: Looking for writers 2026/04/19 01:00:48 DEBUG : Looking for writers 2026/04/19 01:00:48 DEBUG : dir: reading active writers 2026/04/19 01:00:48 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:48 DEBUG : >WaitForWriters: 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:48 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:48 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:49 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/19 01:00:49 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:49 DEBUG : dir: Looking for writers 2026/04/19 01:00:49 DEBUG : Looking for writers 2026/04/19 01:00:49 DEBUG : dir: reading active writers 2026/04/19 01:00:49 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:49 DEBUG : >WaitForWriters: 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:49 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:49 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:49 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/19 01:00:49 DEBUG : dir/file1: newRWFileHandle: 2026/04/19 01:00:49 DEBUG : dir/file1(0x12ddf2cfd440): openPending: 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:49 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/19 01:00:49 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/19 01:00:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:49 DEBUG : dir/file1(0x12ddf2cfd440): >openPending: err= 2026/04/19 01:00:49 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/19 01:00:49 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/19 01:00:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:49 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/19 01:00:49 DEBUG : dir/file1(0x12ddf2cfd440): _writeAt: size=14, off=0 2026/04/19 01:00:49 DEBUG : dir/file1(0x12ddf2cfd440): >_writeAt: n=14, err= 2026/04/19 01:00:49 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/19 01:00:49 DEBUG : dir/file1(0x12ddf2cfd440): close: 2026/04/19 01:00:49 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/19 01:00:49 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/19 01:00:49 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/19 01:00:49 DEBUG : dir/file1(0x12ddf2cfd440): >close: err= 2026/04/19 01:00:49 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:49 DEBUG : dir: Looking for writers 2026/04/19 01:00:49 DEBUG : file1: reading active writers 2026/04/19 01:00:49 DEBUG : Looking for writers 2026/04/19 01:00:49 DEBUG : dir: reading active writers 2026/04/19 01:00:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/19 01:00:49 DEBUG : dir: Looking for writers 2026/04/19 01:00:49 DEBUG : file1: reading active writers 2026/04/19 01:00:49 DEBUG : Looking for writers 2026/04/19 01:00:49 DEBUG : dir: reading active writers 2026/04/19 01:00:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/19 01:00:49 DEBUG : dir: Looking for writers 2026/04/19 01:00:49 DEBUG : file1: reading active writers 2026/04/19 01:00:49 DEBUG : Looking for writers 2026/04/19 01:00:49 DEBUG : dir: reading active writers 2026/04/19 01:00:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/19 01:00:49 DEBUG : dir: Looking for writers 2026/04/19 01:00:49 DEBUG : file1: reading active writers 2026/04/19 01:00:49 DEBUG : Looking for writers 2026/04/19 01:00:49 DEBUG : dir: reading active writers 2026/04/19 01:00:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/19 01:00:49 DEBUG : dir/file1: vfs cache: starting upload 2026/04/19 01:00:49 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1.ca338588.partial" 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1.ca338588.partial 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1.ca338588.partial" 2026/04/19 01:00:49 DEBUG : dir: Looking for writers 2026/04/19 01:00:49 DEBUG : file1: reading active writers 2026/04/19 01:00:49 DEBUG : Looking for writers 2026/04/19 01:00:49 DEBUG : dir: reading active writers 2026/04/19 01:00:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1.ca338588.partial 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:49 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:49 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/19 01:00:49 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/04/19 01:00:49 INFO : dir/file1: Copied (replaced existing) 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:49 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/19 01:00:49 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/04/19 01:00:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:49 DEBUG : dir: Looking for writers 2026/04/19 01:00:49 DEBUG : file1: reading active writers 2026/04/19 01:00:49 DEBUG : Looking for writers 2026/04/19 01:00:49 DEBUG : dir: reading active writers 2026/04/19 01:00:49 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/19 01:00:49 DEBUG : >WaitForWriters: 2026/04/19 01:00:49 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/19 01:00:49 DEBUG : dir/file1: newRWFileHandle: 2026/04/19 01:00:49 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/19 01:00:49 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/19 01:00:49 DEBUG : dir/file1(0x12ddf2b5e140): _readAt: size=512, off=0 2026/04/19 01:00:49 DEBUG : dir/file1(0x12ddf2b5e140): openPending: 2026/04/19 01:00:49 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/19 01:00:49 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/19 01:00:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:49 DEBUG : dir/file1(0x12ddf2b5e140): >openPending: err= 2026/04/19 01:00:49 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/19 01:00:49 DEBUG : dir/file1(0x12ddf2b5e140): >_readAt: n=14, err=EOF 2026/04/19 01:00:49 DEBUG : dir/file1(0x12ddf2b5e140): close: 2026/04/19 01:00:49 DEBUG : dir/file1(0x12ddf2b5e140): >close: err= 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:49 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:49 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:49 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/19 01:00:49 DEBUG : newLeaf: Updating file with newLeaf 0x12ddf2bd36c0 2026/04/19 01:00:49 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/19 01:00:49 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:49 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:49 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:50 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:50 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:50 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/19 01:00:50 DEBUG : dir/file1: Updating file with dir/file1 0x12ddf2bd36c0 2026/04/19 01:00:50 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/19 01:00:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:50 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/19 01:00:50 DEBUG : dir/file1: newRWFileHandle: 2026/04/19 01:00:50 DEBUG : dir/file1(0x12ddf2a68fc0): openPending: 2026/04/19 01:00:50 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/19 01:00:50 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/19 01:00:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:50 DEBUG : dir/file1(0x12ddf2a68fc0): >openPending: err= 2026/04/19 01:00:50 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/19 01:00:50 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/19 01:00:50 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/19 01:00:50 DEBUG : dir/file1(0x12ddf2a68fc0): _writeAt: size=25, off=0 2026/04/19 01:00:50 DEBUG : dir/file1(0x12ddf2a68fc0): >_writeAt: n=25, err= 2026/04/19 01:00:50 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:50 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:50 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/19 01:00:50 DEBUG : newLeaf: Updating file with newLeaf 0x12ddf2bd36c0 2026/04/19 01:00:50 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/19 01:00:50 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/19 01:00:50 DEBUG : newLeaf(0x12ddf2a68fc0): close: 2026/04/19 01:00:50 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/19 01:00:50 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-19 01:00:50.396349798 +0000 UTC m=+24.740362826 2026/04/19 01:00:50 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/19 01:00:50 DEBUG : newLeaf(0x12ddf2a68fc0): >close: err= 2026/04/19 01:00:50 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:50 DEBUG : dir: Looking for writers 2026/04/19 01:00:50 DEBUG : Looking for writers 2026/04/19 01:00:50 DEBUG : dir: reading active writers 2026/04/19 01:00:50 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/19 01:00:50 DEBUG : dir: Looking for writers 2026/04/19 01:00:50 DEBUG : Looking for writers 2026/04/19 01:00:50 DEBUG : dir: reading active writers 2026/04/19 01:00:50 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/19 01:00:50 DEBUG : dir: Looking for writers 2026/04/19 01:00:50 DEBUG : Looking for writers 2026/04/19 01:00:50 DEBUG : dir: reading active writers 2026/04/19 01:00:50 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/19 01:00:50 DEBUG : dir: Looking for writers 2026/04/19 01:00:50 DEBUG : Looking for writers 2026/04/19 01:00:50 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:50 DEBUG : dir: reading active writers 2026/04/19 01:00:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/19 01:00:50 DEBUG : newLeaf: vfs cache: starting upload 2026/04/19 01:00:50 DEBUG : newLeaf.57298c05.partial: size = 25 OK 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf.57298c05.partial" 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf.57298c05.partial 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf.57298c05.partial" 2026/04/19 01:00:50 DEBUG : dir: Looking for writers 2026/04/19 01:00:50 DEBUG : Looking for writers 2026/04/19 01:00:50 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:50 DEBUG : dir: reading active writers 2026/04/19 01:00:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-wihubep0fozi/newLeaf.57298c05.partial 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:50 DEBUG : newLeaf.57298c05.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/19 01:00:50 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/19 01:00:50 DEBUG : newLeaf.57298c05.partial: renamed to: newLeaf 2026/04/19 01:00:50 INFO : newLeaf: Copied (replaced existing) 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:50 DEBUG : dir: Looking for writers 2026/04/19 01:00:50 DEBUG : Looking for writers 2026/04/19 01:00:50 DEBUG : dir: reading active writers 2026/04/19 01:00:50 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:50 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:50 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/19 01:00:50 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-19 01:00:50 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/19 01:00:50 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/19 01:00:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/04/19 01:00:50 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/19 01:00:50 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/19 01:00:51 DEBUG : dir: Looking for writers 2026/04/19 01:00:51 DEBUG : Looking for writers 2026/04/19 01:00:51 DEBUG : dir: reading active writers 2026/04/19 01:00:51 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:51 DEBUG : >WaitForWriters: 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:51 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:51 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/19 01:00:51 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:51 DEBUG : dir: Looking for writers 2026/04/19 01:00:51 DEBUG : Looking for writers 2026/04/19 01:00:51 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:51 DEBUG : dir: reading active writers 2026/04/19 01:00:51 DEBUG : >WaitForWriters: 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:51 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:51 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:51 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:51 DEBUG : dir: Looking for writers 2026/04/19 01:00:51 DEBUG : file1: reading active writers 2026/04/19 01:00:51 DEBUG : Looking for writers 2026/04/19 01:00:51 DEBUG : dir: reading active writers 2026/04/19 01:00:51 DEBUG : >WaitForWriters: 2026/04/19 01:00:51 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/19 01:00:51 DEBUG : dir/file1: newRWFileHandle: 2026/04/19 01:00:51 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/19 01:00:51 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/19 01:00:51 DEBUG : dir/file1(0x12ddf2b5f180): _readAt: size=512, off=0 2026/04/19 01:00:51 DEBUG : dir/file1(0x12ddf2b5f180): openPending: 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:51 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/19 01:00:51 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/19 01:00:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:51 DEBUG : dir/file1(0x12ddf2b5f180): >openPending: err= 2026/04/19 01:00:51 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/04/19 01:00:51 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/19 01:00:51 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:00:51 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:00:51 DEBUG : dir/file1(0x12ddf2b5f180): >_readAt: n=14, err=EOF 2026/04/19 01:00:51 DEBUG : dir/file1(0x12ddf2b5f180): close: 2026/04/19 01:00:51 DEBUG : dir/file1(0x12ddf2b5f180): >close: err= 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:51 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:51 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:51 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/19 01:00:51 DEBUG : newLeaf: Updating file with newLeaf 0x12ddf2b73450 2026/04/19 01:00:51 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/19 01:00:51 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:51 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:52 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:52 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:52 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:52 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/19 01:00:52 DEBUG : dir/file1: Updating file with dir/file1 0x12ddf2b73450 2026/04/19 01:00:52 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/19 01:00:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:00:52 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/19 01:00:52 DEBUG : dir/file1: newRWFileHandle: 2026/04/19 01:00:52 DEBUG : dir/file1(0x12ddf2b5fe40): openPending: 2026/04/19 01:00:52 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/19 01:00:52 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/19 01:00:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:52 DEBUG : dir/file1(0x12ddf2b5fe40): >openPending: err= 2026/04/19 01:00:52 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/19 01:00:52 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/19 01:00:52 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/19 01:00:52 DEBUG : dir/file1(0x12ddf2b5fe40): _writeAt: size=25, off=0 2026/04/19 01:00:52 DEBUG : dir/file1(0x12ddf2b5fe40): >_writeAt: n=25, err= 2026/04/19 01:00:52 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:52 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:00:52 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/19 01:00:52 DEBUG : newLeaf: Updating file with newLeaf 0x12ddf2b73450 2026/04/19 01:00:52 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/19 01:00:52 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/19 01:00:52 DEBUG : newLeaf(0x12ddf2b5fe40): close: 2026/04/19 01:00:52 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/19 01:00:52 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-19 01:00:52.568255326 +0000 UTC m=+26.912268354 2026/04/19 01:00:52 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/19 01:00:52 DEBUG : newLeaf(0x12ddf2b5fe40): >close: err= 2026/04/19 01:00:52 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:52 DEBUG : dir: Looking for writers 2026/04/19 01:00:52 DEBUG : Looking for writers 2026/04/19 01:00:52 DEBUG : dir: reading active writers 2026/04/19 01:00:52 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/19 01:00:52 DEBUG : dir: Looking for writers 2026/04/19 01:00:52 DEBUG : Looking for writers 2026/04/19 01:00:52 DEBUG : dir: reading active writers 2026/04/19 01:00:52 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/19 01:00:52 DEBUG : dir: Looking for writers 2026/04/19 01:00:52 DEBUG : Looking for writers 2026/04/19 01:00:52 DEBUG : dir: reading active writers 2026/04/19 01:00:52 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/19 01:00:52 DEBUG : dir: Looking for writers 2026/04/19 01:00:52 DEBUG : Looking for writers 2026/04/19 01:00:52 DEBUG : dir: reading active writers 2026/04/19 01:00:52 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/19 01:00:52 DEBUG : newLeaf: vfs cache: starting upload 2026/04/19 01:00:52 DEBUG : newLeaf.4751e45f.partial: size = 25 OK 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf.4751e45f.partial" 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf.4751e45f.partial 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf.4751e45f.partial" 2026/04/19 01:00:52 DEBUG : dir: Looking for writers 2026/04/19 01:00:52 DEBUG : Looking for writers 2026/04/19 01:00:52 DEBUG : dir: reading active writers 2026/04/19 01:00:52 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-wihubep0fozi/newLeaf.4751e45f.partial 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:52 DEBUG : newLeaf.4751e45f.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/19 01:00:52 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/19 01:00:52 DEBUG : newLeaf.4751e45f.partial: renamed to: newLeaf 2026/04/19 01:00:52 INFO : newLeaf: Copied (replaced existing) 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:52 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:53 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/19 01:00:53 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-19 01:00:52 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/19 01:00:53 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/19 01:00:53 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/19 01:00:53 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/19 01:00:53 DEBUG : dir: Looking for writers 2026/04/19 01:00:53 DEBUG : Looking for writers 2026/04/19 01:00:53 DEBUG : dir: reading active writers 2026/04/19 01:00:53 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:53 DEBUG : >WaitForWriters: 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:53 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/newLeaf" 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-wihubep0fozi/newLeaf 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:53 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/19 01:00:53 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:53 DEBUG : dir: Looking for writers 2026/04/19 01:00:53 DEBUG : Looking for writers 2026/04/19 01:00:53 DEBUG : dir: reading active writers 2026/04/19 01:00:53 DEBUG : newLeaf: reading active writers 2026/04/19 01:00:53 DEBUG : >WaitForWriters: 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting --- PASS: TestFileRename (11.87s) --- PASS: TestFileRename/off,forceCache=false (1.34s) --- PASS: TestFileRename/minimal,forceCache=false (1.29s) --- PASS: TestFileRename/minimal,forceCache=true (2.66s) --- PASS: TestFileRename/writes,forceCache=false (2.43s) --- PASS: TestFileRename/writes,forceCache=true (2.28s) --- PASS: TestFileRename/full,forceCache=false (1.88s) === RUN TestFileStructSize file_test.go:419: File struct has size 208 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:53 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:53 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:53 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:53 DEBUG : Looking for writers 2026/04/19 01:00:53 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:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:53 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:53 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:53 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/19 01:00:53 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:00:53 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/19 01:00:53 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/19 01:00:53 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/19 01:00:53 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:00:53 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/19 01:00:53 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:53 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/19 01:00:53 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:53 DEBUG : dir: Looking for writers 2026/04/19 01:00:53 DEBUG : file1: reading active writers 2026/04/19 01:00:53 DEBUG : Looking for writers 2026/04/19 01:00:53 DEBUG : dir: reading active writers 2026/04/19 01:00:53 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.29s) === RUN TestReadFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:53 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:53 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:53 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/19 01:00:53 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:00:53 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/19 01:00:53 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/19 01:00:53 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/19 01:00:53 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:00:53 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/19 01:00:53 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/04/19 01:00:53 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/04/19 01:00:53 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/04/19 01:00:53 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/04/19 01:00:53 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/04/19 01:00:53 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/04/19 01:00:53 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/19 01:00:53 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/04/19 01:00:53 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/04/19 01:00:53 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/04/19 01:00:53 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/04/19 01:00:53 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/04/19 01:00:53 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/04/19 01:00:53 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/04/19 01:00:53 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/04/19 01:00:53 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:53 DEBUG : dir: Looking for writers 2026/04/19 01:00:53 DEBUG : file1: reading active writers 2026/04/19 01:00:53 DEBUG : Looking for writers 2026/04/19 01:00:53 DEBUG : dir: reading active writers 2026/04/19 01:00:53 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.32s) === RUN TestReadFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:53 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:53 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:53 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:54 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/19 01:00:54 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:00:54 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/19 01:00:54 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/19 01:00:54 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/19 01:00:54 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:00:54 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/19 01:00:54 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/04/19 01:00:54 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/04/19 01:00:54 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/04/19 01:00:54 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/04/19 01:00:54 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/04/19 01:00:54 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/04/19 01:00:54 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/19 01:00:54 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/04/19 01:00:54 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/04/19 01:00:54 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/04/19 01:00:54 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/04/19 01:00:54 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/04/19 01:00:54 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/04/19 01:00:54 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/04/19 01:00:54 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/04/19 01:00:54 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/04/19 01:00:54 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/04/19 01:00:54 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/04/19 01:00:54 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/04/19 01:00:54 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/04/19 01:00:54 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/04/19 01:00:54 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/04/19 01:00:54 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/04/19 01:00:54 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/04/19 01:00:54 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/04/19 01:00:54 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/04/19 01:00:54 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/04/19 01:00:54 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/04/19 01:00:54 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/04/19 01:00:54 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/04/19 01:00:54 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:54 DEBUG : dir: Looking for writers 2026/04/19 01:00:54 DEBUG : file1: reading active writers 2026/04/19 01:00:54 DEBUG : Looking for writers 2026/04/19 01:00:54 DEBUG : dir: reading active writers 2026/04/19 01:00:54 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.39s) === RUN TestReadFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:54 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:54 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:54 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/19 01:00:54 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:00:54 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/19 01:00:54 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/19 01:00:54 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/19 01:00:54 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:00:54 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:54 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/19 01:00:54 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:54 DEBUG : dir: Looking for writers 2026/04/19 01:00:54 DEBUG : file1: reading active writers 2026/04/19 01:00:54 DEBUG : Looking for writers 2026/04/19 01:00:54 DEBUG : dir: reading active writers 2026/04/19 01:00:54 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.38s) === RUN TestReadFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:54 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:54 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:54 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/19 01:00:54 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:00:54 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/19 01:00:54 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/19 01:00:54 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/19 01:00:54 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:00:54 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/04/19 01:00:54 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:54 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/19 01:00:54 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/04/19 01:00:54 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:54 DEBUG : dir: Looking for writers 2026/04/19 01:00:54 DEBUG : file1: reading active writers 2026/04/19 01:00:54 DEBUG : Looking for writers 2026/04/19 01:00:54 DEBUG : dir: reading active writers 2026/04/19 01:00:54 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.34s) === RUN TestRWFileHandleMethodsRead run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:54 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:54 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:54 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:55 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:55 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/19 01:00:55 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:00:55 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/19 01:00:55 DEBUG : dir/file1: newRWFileHandle: 2026/04/19 01:00:55 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/19 01:00:55 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/19 01:00:55 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2f552c0): _readAt: size=1, off=0 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2f552c0): openPending: 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:55 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/19 01:00:55 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/19 01:00:55 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/19 01:00:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2f552c0): >openPending: err= 2026/04/19 01:00:55 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/19 01:00:55 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/19 01:00:55 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:00:55 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2f552c0): >_readAt: n=1, err= 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2f552c0): _readAt: size=256, off=1 2026/04/19 01:00:55 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2f552c0): >_readAt: n=15, err=EOF 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2f552c0): _readAt: size=16, off=16 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2f552c0): >_readAt: n=0, err=EOF 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2f552c0): close: 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2f552c0): >close: err= 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2f552c0): close: 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2f552c0): >close: err=file already closed 2026/04/19 01:00:55 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:55 DEBUG : dir: Looking for writers 2026/04/19 01:00:55 DEBUG : file1: reading active writers 2026/04/19 01:00:55 DEBUG : Looking for writers 2026/04/19 01:00:55 DEBUG : dir: reading active writers 2026/04/19 01:00:55 DEBUG : >WaitForWriters: 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.40s) === RUN TestRWFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:55 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:55 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:55 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:55 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/19 01:00:55 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:00:55 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/19 01:00:55 DEBUG : dir/file1: newRWFileHandle: 2026/04/19 01:00:55 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/19 01:00:55 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/19 01:00:55 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2ded480): _readAt: size=1, off=0 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2ded480): openPending: 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:55 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/19 01:00:55 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/19 01:00:55 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/19 01:00:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2ded480): >openPending: err= 2026/04/19 01:00:55 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/19 01:00:55 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/19 01:00:55 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:00:55 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2ded480): >_readAt: n=1, err= 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2ded480): _readAt: size=1, off=5 2026/04/19 01:00:55 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2ded480): >_readAt: n=1, err= 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2ded480): _readAt: size=1, off=3 2026/04/19 01:00:55 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2ded480): >_readAt: n=1, err= 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2ded480): _readAt: size=1, off=13 2026/04/19 01:00:55 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2ded480): >_readAt: n=1, err= 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2ded480): _readAt: size=16, off=100 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2ded480): >_readAt: n=0, err=EOF 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2ded480): close: 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2ded480): >close: err= 2026/04/19 01:00:55 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:55 DEBUG : dir: Looking for writers 2026/04/19 01:00:55 DEBUG : file1: reading active writers 2026/04/19 01:00:55 DEBUG : Looking for writers 2026/04/19 01:00:55 DEBUG : dir: reading active writers 2026/04/19 01:00:55 DEBUG : >WaitForWriters: 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.33s) === RUN TestRWFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:55 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:55 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:55 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:55 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/19 01:00:55 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:00:55 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/19 01:00:55 DEBUG : dir/file1: newRWFileHandle: 2026/04/19 01:00:55 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/19 01:00:55 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/19 01:00:55 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2894600): _readAt: size=1, off=0 2026/04/19 01:00:55 DEBUG : dir/file1(0x12ddf2894600): openPending: 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:55 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/19 01:00:56 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/19 01:00:56 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/19 01:00:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2894600): >openPending: err= 2026/04/19 01:00:56 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/19 01:00:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/19 01:00:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:00:56 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2894600): >_readAt: n=1, err= 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2894600): _readAt: size=1, off=5 2026/04/19 01:00:56 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2894600): >_readAt: n=1, err= 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2894600): _readAt: size=1, off=1 2026/04/19 01:00:56 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2894600): >_readAt: n=1, err= 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2894600): _readAt: size=6, off=10 2026/04/19 01:00:56 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2894600): >_readAt: n=6, err= 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2894600): _readAt: size=256, off=10 2026/04/19 01:00:56 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2894600): >_readAt: n=6, err=EOF 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2894600): _readAt: size=256, off=100 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2894600): >_readAt: n=0, err=EOF 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2894600): close: 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2894600): >close: err= 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2894600): _readAt: size=256, off=100 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2894600): >_readAt: n=0, err=file already closed 2026/04/19 01:00:56 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:56 DEBUG : dir: Looking for writers 2026/04/19 01:00:56 DEBUG : file1: reading active writers 2026/04/19 01:00:56 DEBUG : Looking for writers 2026/04/19 01:00:56 DEBUG : dir: reading active writers 2026/04/19 01:00:56 DEBUG : >WaitForWriters: 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.38s) === RUN TestRWFileHandleFlushRead run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:56 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:56 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:56 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/19 01:00:56 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:00:56 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/19 01:00:56 DEBUG : dir/file1: newRWFileHandle: 2026/04/19 01:00:56 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/19 01:00:56 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/19 01:00:56 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf27efcc0): RWFileHandle.Flush 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf27efcc0): _readAt: size=256, off=0 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf27efcc0): openPending: 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/19 01:00:56 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/19 01:00:56 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/19 01:00:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf27efcc0): >openPending: err= 2026/04/19 01:00:56 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/04/19 01:00:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/19 01:00:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:00:56 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf27efcc0): >_readAt: n=16, err=EOF 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf27efcc0): RWFileHandle.Flush 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf27efcc0): RWFileHandle.Flush 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf27efcc0): close: 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf27efcc0): >close: err= 2026/04/19 01:00:56 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:56 DEBUG : dir: Looking for writers 2026/04/19 01:00:56 DEBUG : file1: reading active writers 2026/04/19 01:00:56 DEBUG : Looking for writers 2026/04/19 01:00:56 DEBUG : dir: reading active writers 2026/04/19 01:00:56 DEBUG : >WaitForWriters: 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.36s) === RUN TestRWFileHandleReleaseRead run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:56 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:56 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:56 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/19 01:00:56 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:00:56 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/19 01:00:56 DEBUG : dir/file1: newRWFileHandle: 2026/04/19 01:00:56 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/19 01:00:56 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/19 01:00:56 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2b09280): _readAt: size=256, off=0 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2b09280): openPending: 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/19 01:00:56 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/19 01:00:56 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/19 01:00:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2b09280): >openPending: err= 2026/04/19 01:00:56 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/04/19 01:00:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/19 01:00:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:00:56 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2b09280): >_readAt: n=16, err=EOF 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2b09280): RWFileHandle.Release 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2b09280): close: 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2b09280): >close: err= 2026/04/19 01:00:56 DEBUG : dir/file1(0x12ddf2b09280): RWFileHandle.Release 2026/04/19 01:00:56 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:56 DEBUG : dir: Looking for writers 2026/04/19 01:00:56 DEBUG : file1: reading active writers 2026/04/19 01:00:56 DEBUG : Looking for writers 2026/04/19 01:00:56 DEBUG : dir: reading active writers 2026/04/19 01:00:56 DEBUG : >WaitForWriters: 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.39s) === RUN TestRWFileHandleMethodsWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:56 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:56 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:00:56 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:00:56 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:00:56 DEBUG : file1: newRWFileHandle: 2026/04/19 01:00:56 DEBUG : file1(0x12ddf2b09e40): openPending: 2026/04/19 01:00:56 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:00:56 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:56 DEBUG : file1(0x12ddf2b09e40): >openPending: err= 2026/04/19 01:00:56 DEBUG : file1: >newRWFileHandle: err= 2026/04/19 01:00:56 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:56 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/19 01:00:56 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/19 01:00:56 DEBUG : file1(0x12ddf2b09e40): _writeAt: size=5, off=0 2026/04/19 01:00:56 DEBUG : file1(0x12ddf2b09e40): >_writeAt: n=5, err= 2026/04/19 01:00:56 DEBUG : file1(0x12ddf2b09e40): _writeAt: size=7, off=5 2026/04/19 01:00:56 DEBUG : file1(0x12ddf2b09e40): >_writeAt: n=7, err= 2026/04/19 01:00:56 DEBUG : file1: vfs cache: truncate to size=11 2026/04/19 01:00:56 DEBUG : file1(0x12ddf2b09e40): close: 2026/04/19 01:00:56 DEBUG : file1: vfs cache: setting modification time to 2026-04-19 01:00:56.82476546 +0000 UTC m=+31.168778488 2026/04/19 01:00:56 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/19 01:00:56 DEBUG : file1(0x12ddf2b09e40): >close: err= 2026/04/19 01:00:56 DEBUG : file1(0x12ddf2b09e40): close: 2026/04/19 01:00:56 DEBUG : file1(0x12ddf2b09e40): >close: err=file already closed 2026/04/19 01:00:56 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:56 DEBUG : Looking for writers 2026/04/19 01:00:56 DEBUG : file1: reading active writers 2026/04/19 01:00:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/19 01:00:56 DEBUG : Looking for writers 2026/04/19 01:00:56 DEBUG : file1: reading active writers 2026/04/19 01:00:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/19 01:00:56 DEBUG : Looking for writers 2026/04/19 01:00:56 DEBUG : file1: reading active writers 2026/04/19 01:00:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/19 01:00:56 DEBUG : Looking for writers 2026/04/19 01:00:56 DEBUG : file1: reading active writers 2026/04/19 01:00:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/19 01:00:56 DEBUG : file1: vfs cache: starting upload 2026/04/19 01:00:56 DEBUG : file1.34ad1863.partial: size = 11 OK 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1.34ad1863.partial" 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1.34ad1863.partial 2026/04/19 01:00:56 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1.34ad1863.partial" 2026/04/19 01:00:56 DEBUG : Looking for writers 2026/04/19 01:00:56 DEBUG : file1: reading active writers 2026/04/19 01:00:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-wihubep0fozi/file1.34ad1863.partial 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:57 DEBUG : file1.34ad1863.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/19 01:00:57 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/19 01:00:57 DEBUG : file1.34ad1863.partial: renamed to: file1 2026/04/19 01:00:57 INFO : file1: Copied (new) 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-wihubep0fozi/file1 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:57 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/19 01:00:57 DEBUG : file1: vfs cache: fingerprint now "11,2026-04-19 01:00:56 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/04/19 01:00:57 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/19 01:00:57 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:57 INFO : file1: vfs cache: upload succeeded try #1 2026/04/19 01:00:57 DEBUG : Looking for writers 2026/04/19 01:00:57 DEBUG : file1: reading active writers 2026/04/19 01:00:57 DEBUG : >WaitForWriters: 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-wihubep0fozi/file1 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:57 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-wihubep0fozi/file1 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:57 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/19 01:00:57 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:57 DEBUG : Looking for writers 2026/04/19 01:00:57 DEBUG : file1: reading active writers 2026/04/19 01:00:57 DEBUG : >WaitForWriters: 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.58s) === RUN TestRWFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:57 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:57 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:00:57 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:00:57 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:00:57 DEBUG : file1: newRWFileHandle: 2026/04/19 01:00:57 DEBUG : file1(0x12ddf2e20940): openPending: 2026/04/19 01:00:57 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:00:57 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:57 DEBUG : file1(0x12ddf2e20940): >openPending: err= 2026/04/19 01:00:57 DEBUG : file1: >newRWFileHandle: err= 2026/04/19 01:00:57 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:57 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/19 01:00:57 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/19 01:00:57 DEBUG : file1(0x12ddf2e20940): _writeAt: size=7, off=0 2026/04/19 01:00:57 DEBUG : file1(0x12ddf2e20940): >_writeAt: n=7, err= 2026/04/19 01:00:57 DEBUG : file1(0x12ddf2e20940): _writeAt: size=6, off=5 2026/04/19 01:00:57 DEBUG : file1(0x12ddf2e20940): >_writeAt: n=6, err= 2026/04/19 01:00:57 DEBUG : file1(0x12ddf2e20940): close: 2026/04/19 01:00:57 DEBUG : file1: vfs cache: setting modification time to 2026-04-19 01:00:57.40562588 +0000 UTC m=+31.749638907 2026/04/19 01:00:57 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/19 01:00:57 DEBUG : file1(0x12ddf2e20940): >close: err= 2026/04/19 01:00:57 DEBUG : file1(0x12ddf2e20940): _writeAt: size=5, off=0 2026/04/19 01:00:57 DEBUG : file1(0x12ddf2e20940): >_writeAt: n=0, err=file already closed 2026/04/19 01:00:57 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:57 DEBUG : Looking for writers 2026/04/19 01:00:57 DEBUG : file1: reading active writers 2026/04/19 01:00:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/19 01:00:57 DEBUG : Looking for writers 2026/04/19 01:00:57 DEBUG : file1: reading active writers 2026/04/19 01:00:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/19 01:00:57 DEBUG : Looking for writers 2026/04/19 01:00:57 DEBUG : file1: reading active writers 2026/04/19 01:00:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/19 01:00:57 DEBUG : Looking for writers 2026/04/19 01:00:57 DEBUG : file1: reading active writers 2026/04/19 01:00:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/19 01:00:57 DEBUG : file1: vfs cache: starting upload 2026/04/19 01:00:57 DEBUG : file1.c04c690d.partial: size = 11 OK 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1.c04c690d.partial" 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1.c04c690d.partial 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1.c04c690d.partial" 2026/04/19 01:00:57 DEBUG : Looking for writers 2026/04/19 01:00:57 DEBUG : file1: reading active writers 2026/04/19 01:00:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-wihubep0fozi/file1.c04c690d.partial 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:57 DEBUG : file1.c04c690d.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/19 01:00:57 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/19 01:00:57 DEBUG : file1.c04c690d.partial: renamed to: file1 2026/04/19 01:00:57 INFO : file1: Copied (new) 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:00:57 DEBUG : Looking for writers 2026/04/19 01:00:57 DEBUG : file1: reading active writers 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-wihubep0fozi/file1 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:57 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/19 01:00:57 DEBUG : file1: vfs cache: fingerprint now "11,2026-04-19 01:00:57 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/04/19 01:00:57 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/19 01:00:57 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:57 DEBUG : >WaitForWriters: 2026/04/19 01:00:57 INFO : file1: vfs cache: upload succeeded try #1 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:00:57 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-wihubep0fozi/file1 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:58 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-wihubep0fozi/file1 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:58 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/19 01:00:58 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:58 DEBUG : Looking for writers 2026/04/19 01:00:58 DEBUG : file1: reading active writers 2026/04/19 01:00:58 DEBUG : >WaitForWriters: 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.83s) === RUN TestRWFileHandleWriteNoWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:58 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:00:58 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:00:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:00:58 DEBUG : file1: newRWFileHandle: 2026/04/19 01:00:58 DEBUG : file1(0x12ddf309f4c0): openPending: 2026/04/19 01:00:58 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:00:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:58 DEBUG : file1(0x12ddf309f4c0): >openPending: err= 2026/04/19 01:00:58 DEBUG : file1: >newRWFileHandle: err= 2026/04/19 01:00:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:58 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/19 01:00:58 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/19 01:00:58 DEBUG : file1(0x12ddf309f4c0): close: 2026/04/19 01:00:58 DEBUG : file1: vfs cache: setting modification time to 2026-04-19 01:00:58.246402665 +0000 UTC m=+32.590415713 2026/04/19 01:00:58 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/19 01:00:58 DEBUG : file1(0x12ddf309f4c0): >close: err= 2026/04/19 01:00:58 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/19 01:00:58 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/19 01:00:58 DEBUG : file2: newRWFileHandle: 2026/04/19 01:00:58 DEBUG : file2(0x12ddf309f940): openPending: 2026/04/19 01:00:58 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:00:58 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/19 01:00:58 DEBUG : file2(0x12ddf309f940): >openPending: err= 2026/04/19 01:00:58 DEBUG : file2: >newRWFileHandle: err= 2026/04/19 01:00:58 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/19 01:00:58 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/04/19 01:00:58 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/04/19 01:00:58 DEBUG : file2(0x12ddf309f940): RWFileHandle.Flush 2026/04/19 01:00:58 DEBUG : file2(0x12ddf309f940): RWFileHandle.Release 2026/04/19 01:00:58 DEBUG : file2(0x12ddf309f940): close: 2026/04/19 01:00:58 DEBUG : file2: vfs cache: setting modification time to 2026-04-19 01:00:58.251420021 +0000 UTC m=+32.595433049 2026/04/19 01:00:58 INFO : file2: vfs cache: queuing for upload in 100ms 2026/04/19 01:00:58 DEBUG : file2(0x12ddf309f940): >close: err= 2026/04/19 01:00:58 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:58 DEBUG : Looking for writers 2026/04/19 01:00:58 DEBUG : file1: reading active writers 2026/04/19 01:00:58 DEBUG : file2: reading active writers 2026/04/19 01:00:58 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/04/19 01:00:58 DEBUG : Looking for writers 2026/04/19 01:00:58 DEBUG : file2: reading active writers 2026/04/19 01:00:58 DEBUG : file1: reading active writers 2026/04/19 01:00:58 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/04/19 01:00:58 DEBUG : Looking for writers 2026/04/19 01:00:58 DEBUG : file1: reading active writers 2026/04/19 01:00:58 DEBUG : file2: reading active writers 2026/04/19 01:00:58 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/04/19 01:00:58 DEBUG : Looking for writers 2026/04/19 01:00:58 DEBUG : file1: reading active writers 2026/04/19 01:00:58 DEBUG : file2: reading active writers 2026/04/19 01:00:58 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/04/19 01:00:58 DEBUG : file1: vfs cache: starting upload 2026/04/19 01:00:58 DEBUG : file2: vfs cache: starting upload 2026/04/19 01:00:58 DEBUG : file1.62c997ff.partial: size = 0 OK 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1.62c997ff.partial" 2026/04/19 01:00:58 DEBUG : file2.cfe0343a.partial: size = 0 OK 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1.62c997ff.partial 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1.62c997ff.partial" 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file2.cfe0343a.partial" 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file2.cfe0343a.partial 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file2.cfe0343a.partial" 2026/04/19 01:00:58 DEBUG : Looking for writers 2026/04/19 01:00:58 DEBUG : file1: reading active writers 2026/04/19 01:00:58 DEBUG : file2: reading active writers 2026/04/19 01:00:58 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-wihubep0fozi/file1.62c997ff.partial 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:58 DEBUG : file1.62c997ff.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/19 01:00:58 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/19 01:00:58 DEBUG : file1.62c997ff.partial: renamed to: file1 2026/04/19 01:00:58 INFO : file1: Copied (new) 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-wihubep0fozi/file2.cfe0343a.partial 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:58 DEBUG : file2.cfe0343a.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/19 01:00:58 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/19 01:00:58 DEBUG : file2.cfe0343a.partial: renamed to: file2 2026/04/19 01:00:58 INFO : file2: Copied (new) 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file2" 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file2 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file2" 2026/04/19 01:00:58 DEBUG : Looking for writers 2026/04/19 01:00:58 DEBUG : file1: reading active writers 2026/04/19 01:00:58 DEBUG : file2: reading active writers 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-wihubep0fozi/file1 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:58 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/19 01:00:58 DEBUG : file1: vfs cache: fingerprint now "0,2026-04-19 01:00:58 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/04/19 01:00:58 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/19 01:00:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:58 INFO : file1: vfs cache: upload succeeded try #1 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-wihubep0fozi/file2 2026/04/19 01:00:58 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:58 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/19 01:00:58 DEBUG : file2: vfs cache: fingerprint now "0,2026-04-19 01:00:58 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/04/19 01:00:58 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/04/19 01:00:58 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/19 01:00:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/04/19 01:00:58 INFO : file2: vfs cache: upload succeeded try #1 2026/04/19 01:00:59 DEBUG : Looking for writers 2026/04/19 01:00:59 DEBUG : file1: reading active writers 2026/04/19 01:00:59 DEBUG : file2: reading active writers 2026/04/19 01:00:59 DEBUG : >WaitForWriters: 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-wihubep0fozi/file1 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:59 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-wihubep0fozi/file1 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:59 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file2" 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file2 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file2" 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-wihubep0fozi/file2 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:59 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file2" 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/file2 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/file2" 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-wihubep0fozi/file2 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:59 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/19 01:00:59 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:59 DEBUG : Looking for writers 2026/04/19 01:00:59 DEBUG : file1: reading active writers 2026/04/19 01:00:59 DEBUG : file2: reading active writers 2026/04/19 01:00:59 DEBUG : >WaitForWriters: 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (1.35s) === RUN TestRWFileHandleFlushWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:00:59 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:00:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:00:59 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:00:59 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:00:59 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:00:59 DEBUG : file1: newRWFileHandle: 2026/04/19 01:00:59 DEBUG : file1(0x12ddf2f00080): openPending: 2026/04/19 01:00:59 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:00:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:59 DEBUG : file1(0x12ddf2f00080): >openPending: err= 2026/04/19 01:00:59 DEBUG : file1: >newRWFileHandle: err= 2026/04/19 01:00:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:00:59 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/19 01:00:59 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/19 01:00:59 DEBUG : file1(0x12ddf2f00080): _writeAt: size=5, off=0 2026/04/19 01:00:59 DEBUG : file1(0x12ddf2f00080): >_writeAt: n=5, err= 2026/04/19 01:00:59 DEBUG : file1(0x12ddf2f00080): RWFileHandle.Flush 2026/04/19 01:00:59 DEBUG : file1(0x12ddf2f00080): RWFileHandle.Flush 2026/04/19 01:00:59 DEBUG : file1(0x12ddf2f00080): close: 2026/04/19 01:00:59 DEBUG : file1: vfs cache: setting modification time to 2026-04-19 01:00:59.590917275 +0000 UTC m=+33.934930303 2026/04/19 01:00:59 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/19 01:00:59 DEBUG : file1(0x12ddf2f00080): >close: err= 2026/04/19 01:00:59 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:00:59 DEBUG : Looking for writers 2026/04/19 01:00:59 DEBUG : file1: reading active writers 2026/04/19 01:00:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/19 01:00:59 DEBUG : Looking for writers 2026/04/19 01:00:59 DEBUG : file1: reading active writers 2026/04/19 01:00:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/19 01:00:59 DEBUG : Looking for writers 2026/04/19 01:00:59 DEBUG : file1: reading active writers 2026/04/19 01:00:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/19 01:00:59 DEBUG : Looking for writers 2026/04/19 01:00:59 DEBUG : file1: reading active writers 2026/04/19 01:00:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/19 01:00:59 DEBUG : file1: vfs cache: starting upload 2026/04/19 01:00:59 DEBUG : file1.7217e84b.partial: size = 5 OK 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1.7217e84b.partial" 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1.7217e84b.partial 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1.7217e84b.partial" 2026/04/19 01:00:59 DEBUG : Looking for writers 2026/04/19 01:00:59 DEBUG : file1: reading active writers 2026/04/19 01:00:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-wihubep0fozi/file1.7217e84b.partial 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:00:59 DEBUG : file1.7217e84b.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/19 01:00:59 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/19 01:00:59 DEBUG : Looking for writers 2026/04/19 01:00:59 DEBUG : file1: reading active writers 2026/04/19 01:00:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/04/19 01:00:59 DEBUG : file1.7217e84b.partial: renamed to: file1 2026/04/19 01:00:59 INFO : file1: Copied (new) 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:00:59 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:00 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/19 01:01:00 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-19 01:00:59 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/19 01:01:00 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/19 01:01:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:00 INFO : file1: vfs cache: upload succeeded try #1 2026/04/19 01:01:00 DEBUG : Looking for writers 2026/04/19 01:01:00 DEBUG : file1: reading active writers 2026/04/19 01:01:00 DEBUG : >WaitForWriters: 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.67s) === RUN TestRWFileHandleReleaseWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:00 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:01:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:01:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:00 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:00 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:01:00 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:00 DEBUG : file1: newRWFileHandle: 2026/04/19 01:01:00 DEBUG : file1(0x12ddf2f01340): openPending: 2026/04/19 01:01:00 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:00 DEBUG : file1(0x12ddf2f01340): >openPending: err= 2026/04/19 01:01:00 DEBUG : file1: >newRWFileHandle: err= 2026/04/19 01:01:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:00 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/19 01:01:00 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/19 01:01:00 DEBUG : file1(0x12ddf2f01340): _writeAt: size=5, off=0 2026/04/19 01:01:00 DEBUG : file1(0x12ddf2f01340): >_writeAt: n=5, err= 2026/04/19 01:01:00 DEBUG : file1(0x12ddf2f01340): RWFileHandle.Release 2026/04/19 01:01:00 DEBUG : file1(0x12ddf2f01340): close: 2026/04/19 01:01:00 DEBUG : file1: vfs cache: setting modification time to 2026-04-19 01:01:00.247314165 +0000 UTC m=+34.591327193 2026/04/19 01:01:00 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:00 DEBUG : file1(0x12ddf2f01340): >close: err= 2026/04/19 01:01:00 DEBUG : file1(0x12ddf2f01340): RWFileHandle.Release 2026/04/19 01:01:00 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:00 DEBUG : Looking for writers 2026/04/19 01:01:00 DEBUG : file1: reading active writers 2026/04/19 01:01:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/19 01:01:00 DEBUG : Looking for writers 2026/04/19 01:01:00 DEBUG : file1: reading active writers 2026/04/19 01:01:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/19 01:01:00 DEBUG : Looking for writers 2026/04/19 01:01:00 DEBUG : file1: reading active writers 2026/04/19 01:01:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/19 01:01:00 DEBUG : Looking for writers 2026/04/19 01:01:00 DEBUG : file1: reading active writers 2026/04/19 01:01:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/19 01:01:00 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi/dir/file1: no such file or directory 2026/04/19 01:01:00 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi/dir/file1: no such file or directory 2026/04/19 01:01:00 DEBUG : file1: vfs cache: starting upload 2026/04/19 01:01:00 DEBUG : file1.352977f9.partial: size = 5 OK 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1.352977f9.partial" 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1.352977f9.partial 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1.352977f9.partial" 2026/04/19 01:01:00 DEBUG : Looking for writers 2026/04/19 01:01:00 DEBUG : file1: reading active writers 2026/04/19 01:01:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-wihubep0fozi/file1.352977f9.partial 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:00 DEBUG : file1.352977f9.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/19 01:01:00 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/19 01:01:00 DEBUG : file1.352977f9.partial: renamed to: file1 2026/04/19 01:01:00 INFO : file1: Copied (new) 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:00 DEBUG : Looking for writers 2026/04/19 01:01:00 DEBUG : file1: reading active writers 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:00 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/19 01:01:00 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-19 01:01:00 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/19 01:01:00 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/19 01:01:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:00 DEBUG : >WaitForWriters: 2026/04/19 01:01:00 INFO : file1: vfs cache: upload succeeded try #1 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.36s) === RUN TestRWFileHandleSizeTruncateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:00 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:01:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:01:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:00 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:01:00 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi/dir/file1: no such file or directory 2026/04/19 01:01:00 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi/dir/file1: no such file or directory 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:00 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:00 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/19 01:01:00 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/04/19 01:01:00 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/19 01:01:00 DEBUG : dir/file1: newRWFileHandle: 2026/04/19 01:01:00 DEBUG : dir/file1(0x12ddf2f88800): openPending: 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:01:00 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:00 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/19 01:01:00 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/19 01:01:00 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/19 01:01:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:00 DEBUG : dir/file1(0x12ddf2f88800): >openPending: err= 2026/04/19 01:01:00 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/19 01:01:00 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/19 01:01:00 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/19 01:01:00 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/19 01:01:00 DEBUG : dir/file1(0x12ddf2f88800): _writeAt: size=5, off=0 2026/04/19 01:01:00 DEBUG : dir/file1(0x12ddf2f88800): >_writeAt: n=5, err= 2026/04/19 01:01:00 DEBUG : dir/file1(0x12ddf2f88800): close: 2026/04/19 01:01:00 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:00 DEBUG : dir/file1: vfs cache: setting modification time to 2026-04-19 01:01:00.94968857 +0000 UTC m=+35.293701628 2026/04/19 01:01:00 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:00 DEBUG : dir/file1(0x12ddf2f88800): >close: err= 2026/04/19 01:01:00 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:00 DEBUG : dir: Looking for writers 2026/04/19 01:01:00 DEBUG : file1: reading active writers 2026/04/19 01:01:00 DEBUG : Looking for writers 2026/04/19 01:01:00 DEBUG : dir: reading active writers 2026/04/19 01:01:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/19 01:01:00 DEBUG : dir: Looking for writers 2026/04/19 01:01:00 DEBUG : file1: reading active writers 2026/04/19 01:01:00 DEBUG : Looking for writers 2026/04/19 01:01:00 DEBUG : dir: reading active writers 2026/04/19 01:01:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/19 01:01:00 DEBUG : dir: Looking for writers 2026/04/19 01:01:00 DEBUG : file1: reading active writers 2026/04/19 01:01:00 DEBUG : Looking for writers 2026/04/19 01:01:00 DEBUG : dir: reading active writers 2026/04/19 01:01:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/19 01:01:01 DEBUG : dir: Looking for writers 2026/04/19 01:01:01 DEBUG : file1: reading active writers 2026/04/19 01:01:01 DEBUG : Looking for writers 2026/04/19 01:01:01 DEBUG : dir: reading active writers 2026/04/19 01:01:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/19 01:01:01 DEBUG : dir/file1: vfs cache: starting upload 2026/04/19 01:01:01 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Connection OK after error: can't copy - source file is being updated (mod time changed from 2026-04-19 01:01:00.94968857 +0000 UTC to 2001-02-03 04:05:06 +0000 UTC) 2026/04/19 01:01:01 DEBUG : dir/file1.cc38a861.partial: Removed after failed upload: can't copy - source file is being updated (mod time changed from 2026-04-19 01:01:00.94968857 +0000 UTC to 2001-02-03 04:05:06 +0000 UTC) 2026/04/19 01:01:01 ERROR : dir/file1: Failed to copy: Update ReadFrom failed: can't copy - source file is being updated (mod time changed from 2026-04-19 01:01:00.94968857 +0000 UTC to 2001-02-03 04:05:06 +0000 UTC) 2026/04/19 01:01:01 ERROR : dir/file1: vfs cache: failed to upload try #1, will retry in 200ms: vfs cache: failed to transfer file from cache to remote: Update ReadFrom failed: can't copy - source file is being updated (mod time changed from 2026-04-19 01:01:00.94968857 +0000 UTC to 2001-02-03 04:05:06 +0000 UTC) 2026/04/19 01:01:01 DEBUG : dir: Looking for writers 2026/04/19 01:01:01 DEBUG : file1: reading active writers 2026/04/19 01:01:01 DEBUG : Looking for writers 2026/04/19 01:01:01 DEBUG : dir: reading active writers 2026/04/19 01:01:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/19 01:01:01 DEBUG : dir: Looking for writers 2026/04/19 01:01:01 DEBUG : file1: reading active writers 2026/04/19 01:01:01 DEBUG : Looking for writers 2026/04/19 01:01:01 DEBUG : dir: reading active writers 2026/04/19 01:01:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/04/19 01:01:01 DEBUG : dir/file1: vfs cache: starting upload 2026/04/19 01:01:01 DEBUG : dir/file1.70fdf0b6.partial: size = 5 OK 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1.70fdf0b6.partial" 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1.70fdf0b6.partial 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1.70fdf0b6.partial" 2026/04/19 01:01:01 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-wihubep0fozi/dir/file1.70fdf0b6.partial 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:01 DEBUG : dir/file1.70fdf0b6.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/19 01:01:01 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/19 01:01:01 DEBUG : dir/file1.70fdf0b6.partial: renamed to: dir/file1 2026/04/19 01:01:01 INFO : dir/file1: Copied (replaced existing) 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:01 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/19 01:01:01 DEBUG : dir/file1: vfs cache: fingerprint now "5,2001-02-03 04:05:06 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/19 01:01:01 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/19 01:01:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:01 INFO : dir/file1: vfs cache: upload succeeded try #2 2026/04/19 01:01:01 DEBUG : dir: Looking for writers 2026/04/19 01:01:01 DEBUG : file1: reading active writers 2026/04/19 01:01:01 DEBUG : Looking for writers 2026/04/19 01:01:01 DEBUG : dir: reading active writers 2026/04/19 01:01:01 DEBUG : >WaitForWriters: 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (1.01s) === RUN TestRWFileHandleSizeCreateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:01 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:01:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:01:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:01 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:01 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:01:01 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi/dir/file1: no such file or directory 2026/04/19 01:01:01 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi/dir/file1: no such file or directory 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:01 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/19 01:01:01 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:01 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:01 DEBUG : dir/file1: newRWFileHandle: 2026/04/19 01:01:01 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/19 01:01:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:01 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/19 01:01:01 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/19 01:01:01 DEBUG : dir/file1(0x12ddf2f54200): _writeAt: size=5, off=0 2026/04/19 01:01:01 DEBUG : dir/file1(0x12ddf2f54200): openPending: 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:01:01 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:01 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/19 01:01:01 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/19 01:01:01 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/19 01:01:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:01 DEBUG : dir/file1(0x12ddf2f54200): >openPending: err= 2026/04/19 01:01:01 DEBUG : dir/file1(0x12ddf2f54200): >_writeAt: n=5, err= 2026/04/19 01:01:01 DEBUG : dir/file1(0x12ddf2f54200): _writeAt: size=15, off=5 2026/04/19 01:01:01 DEBUG : dir/file1(0x12ddf2f54200): >_writeAt: n=15, err= 2026/04/19 01:01:01 DEBUG : dir/file1(0x12ddf2f54200): close: 2026/04/19 01:01:01 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/04/19 01:01:01 DEBUG : dir/file1: vfs cache: setting modification time to 2026-04-19 01:01:01.980764235 +0000 UTC m=+36.324777264 2026/04/19 01:01:01 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:01 DEBUG : dir/file1(0x12ddf2f54200): >close: err= 2026/04/19 01:01:01 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:01 DEBUG : dir: Looking for writers 2026/04/19 01:01:01 DEBUG : file1: reading active writers 2026/04/19 01:01:01 DEBUG : Looking for writers 2026/04/19 01:01:01 DEBUG : dir: reading active writers 2026/04/19 01:01:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/19 01:01:01 DEBUG : dir: Looking for writers 2026/04/19 01:01:01 DEBUG : file1: reading active writers 2026/04/19 01:01:01 DEBUG : Looking for writers 2026/04/19 01:01:01 DEBUG : dir: reading active writers 2026/04/19 01:01:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/19 01:01:02 DEBUG : dir: Looking for writers 2026/04/19 01:01:02 DEBUG : file1: reading active writers 2026/04/19 01:01:02 DEBUG : Looking for writers 2026/04/19 01:01:02 DEBUG : dir: reading active writers 2026/04/19 01:01:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/19 01:01:02 DEBUG : dir: Looking for writers 2026/04/19 01:01:02 DEBUG : file1: reading active writers 2026/04/19 01:01:02 DEBUG : Looking for writers 2026/04/19 01:01:02 DEBUG : dir: reading active writers 2026/04/19 01:01:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/19 01:01:02 DEBUG : dir/file1: vfs cache: starting upload 2026/04/19 01:01:02 DEBUG : dir/file1.e81d5369.partial: size = 20 OK 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1.e81d5369.partial" 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1.e81d5369.partial 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1.e81d5369.partial" 2026/04/19 01:01:02 DEBUG : dir: Looking for writers 2026/04/19 01:01:02 DEBUG : file1: reading active writers 2026/04/19 01:01:02 DEBUG : Looking for writers 2026/04/19 01:01:02 DEBUG : dir: reading active writers 2026/04/19 01:01:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-wihubep0fozi/dir/file1.e81d5369.partial 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:02 DEBUG : dir/file1.e81d5369.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/04/19 01:01:02 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/04/19 01:01:02 DEBUG : dir/file1.e81d5369.partial: renamed to: dir/file1 2026/04/19 01:01:02 INFO : dir/file1: Copied (replaced existing) 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:01:02 DEBUG : dir: Looking for writers 2026/04/19 01:01:02 DEBUG : file1: reading active writers 2026/04/19 01:01:02 DEBUG : Looking for writers 2026/04/19 01:01:02 DEBUG : dir: reading active writers 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:02 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/04/19 01:01:02 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-04-19 01:01:01 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/04/19 01:01:02 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/19 01:01:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:02 DEBUG : >WaitForWriters: 2026/04/19 01:01:02 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.72s) === RUN TestRWFileHandleSizeCreateNew run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:02 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:01:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:01:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:02 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:01:02 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : file1: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : file1(0x12ddf2f01a40): openPending: 2026/04/19 01:01:02 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:02 DEBUG : file1(0x12ddf2f01a40): >openPending: err= 2026/04/19 01:01:02 DEBUG : file1: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:02 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/19 01:01:02 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/19 01:01:02 DEBUG : file1(0x12ddf2f01a40): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : file1(0x12ddf2f01a40): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : file1(0x12ddf2f01a40): close: 2026/04/19 01:01:02 DEBUG : file1: vfs cache: setting modification time to 2026-04-19 01:01:02.338751964 +0000 UTC m=+36.682764993 2026/04/19 01:01:02 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : file1(0x12ddf2f01a40): >close: err= 2026/04/19 01:01:02 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:02 DEBUG : Looking for writers 2026/04/19 01:01:02 DEBUG : file1: reading active writers 2026/04/19 01:01:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/19 01:01:02 DEBUG : Looking for writers 2026/04/19 01:01:02 DEBUG : file1: reading active writers 2026/04/19 01:01:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/19 01:01:02 DEBUG : Looking for writers 2026/04/19 01:01:02 DEBUG : file1: reading active writers 2026/04/19 01:01:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/19 01:01:02 DEBUG : Looking for writers 2026/04/19 01:01:02 DEBUG : file1: reading active writers 2026/04/19 01:01:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/19 01:01:02 DEBUG : file1: vfs cache: starting upload 2026/04/19 01:01:02 DEBUG : file1.60c08449.partial: size = 5 OK 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1.60c08449.partial" 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1.60c08449.partial 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1.60c08449.partial" 2026/04/19 01:01:02 DEBUG : Looking for writers 2026/04/19 01:01:02 DEBUG : file1: reading active writers 2026/04/19 01:01:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-wihubep0fozi/file1.60c08449.partial 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:02 DEBUG : file1.60c08449.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/19 01:01:02 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/19 01:01:02 DEBUG : file1.60c08449.partial: renamed to: file1 2026/04/19 01:01:02 INFO : file1: Copied (new) 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:02 DEBUG : Looking for writers 2026/04/19 01:01:02 DEBUG : file1: reading active writers 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:02 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/19 01:01:02 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-19 01:01:02 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/19 01:01:02 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:02 DEBUG : >WaitForWriters: 2026/04/19 01:01:02 INFO : file1: vfs cache: upload succeeded try #1 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.37s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:02 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:02 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:01:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:01:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/04/19 01:01:02 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2895040): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2895040): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2895040): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2895040): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2895040): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.704917165 +0000 UTC m=+37.048930193 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2895040): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2895740): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2895740): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2895740): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2895740): >_readAt: n=2, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2895740): _writeAt: size=3, off=2 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2895740): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2895740): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.704917165 +0000 UTC m=+37.048930193 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2895740): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08240): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08240): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08240): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08240): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08240): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.704917165 +0000 UTC m=+37.048930193 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08240): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf3137490 item 1 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08ec0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08ec0): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08ec0): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08ec0): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08ec0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.713034201 +0000 UTC m=+37.057047239 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08ec0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b09780): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b09780): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b09780): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b09780): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b09780): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.713034201 +0000 UTC m=+37.057047239 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b09780): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27a69a0 item 2 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf27efec0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf27efec0): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf27efec0): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf27efec0): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf27efec0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.716768281 +0000 UTC m=+37.060781309 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf27efec0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e440): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e440): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e440): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e440): >_readAt: n=2, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e440): _writeAt: size=3, off=2 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e440): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e440): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.716768281 +0000 UTC m=+37.060781309 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e440): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e900): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e900): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e900): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e900): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e900): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.716768281 +0000 UTC m=+37.060781309 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e900): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2aa36c0 item 3 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f000): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f000): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f000): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f000): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f000): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.720793581 +0000 UTC m=+37.064806608 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f000): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f540): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f540): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f540): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f540): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f540): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.720793581 +0000 UTC m=+37.064806608 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f540): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2aa3b90 item 4 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309fb80): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309fb80): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309fb80): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309fb80): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309fb80): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.724698593 +0000 UTC m=+37.068711622 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309fb80): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8c100): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8c100): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8c100): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8c100): >_readAt: n=2, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8c100): _writeAt: size=3, off=2 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8c100): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8c100): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.724698593 +0000 UTC m=+37.068711622 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8c100): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8c5c0): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8c5c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8c5c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8c5c0): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8c5c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.724698593 +0000 UTC m=+37.068711622 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8c5c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c280e0 item 5 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8ccc0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8ccc0): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8ccc0): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8ccc0): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8ccc0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.730680583 +0000 UTC m=+37.074693611 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8ccc0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f302c0): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f302c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f302c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f302c0): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f302c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.730680583 +0000 UTC m=+37.074693611 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f302c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27a7340 item 6 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f30940): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f30940): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f30940): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f30940): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f30940): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.732704349 +0000 UTC m=+37.076717377 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f30940): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f30e40): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f30e40): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f30e40): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f30e40): >_readAt: n=2, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f30e40): _writeAt: size=3, off=2 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f30e40): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f30e40): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.732704349 +0000 UTC m=+37.076717377 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f30e40): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f31300): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f31300): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f31300): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f31300): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f31300): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.732704349 +0000 UTC m=+37.076717377 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f31300): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27a7a40 item 7 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f31980): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f31980): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f31980): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f31980): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f31980): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.737593463 +0000 UTC m=+37.081606490 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f31980): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f31ec0): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f31ec0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f31ec0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f31ec0): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f31ec0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.737593463 +0000 UTC m=+37.081606490 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f31ec0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c6a380 item 8 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8cdc0): _readAt: size=2, off=0 2026/04/19 01:01:02 ERROR : open-test-file(0x12ddf2b8cdc0): Couldn't read size of file 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8cdc0): >_readAt: n=0, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8cdc0): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8cdc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8cdc0): close: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8cdc0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8d180): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8d180): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8d180): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8d180): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8d180): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.741666925 +0000 UTC m=+37.085679952 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8d180): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8d600): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8d600): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8d600): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8d600): >_readAt: n=2, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8d600): _writeAt: size=3, off=2 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8d600): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8d600): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.741666925 +0000 UTC m=+37.085679952 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8d600): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8db00): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8db00): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8db00): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8db00): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8db00): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.741666925 +0000 UTC m=+37.085679952 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b8db00): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c285b0 item 9 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3c280): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3c280): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3c280): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3c280): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3c280): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.752225065 +0000 UTC m=+37.096238093 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3c280): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3c7c0): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3c7c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3c7c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3c7c0): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3c7c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.752225065 +0000 UTC m=+37.096238093 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3c7c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c28af0 item 10 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3ce00): _readAt: size=2, off=0 2026/04/19 01:01:02 ERROR : open-test-file(0x12ddf2c3ce00): Couldn't read size of file 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3ce00): >_readAt: n=0, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3ce00): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3ce00): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3ce00): close: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3ce00): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3d1c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3d1c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3d1c0): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3d1c0): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3d1c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.75371902 +0000 UTC m=+37.097732048 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3d1c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3d6c0): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3d6c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3d6c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3d6c0): >_readAt: n=2, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3d6c0): _writeAt: size=3, off=2 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3d6c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3d6c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.75371902 +0000 UTC m=+37.097732048 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3d6c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3dbc0): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3dbc0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3dbc0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3dbc0): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3dbc0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.75371902 +0000 UTC m=+37.097732048 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c3dbc0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c28fc0 item 11 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c62340): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c62340): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c62340): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c62340): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c62340): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.758959687 +0000 UTC m=+37.102972716 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c62340): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c62880): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c62880): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c62880): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c62880): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c62880): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.758959687 +0000 UTC m=+37.102972716 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c62880): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c29490 item 12 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f44840): _readAt: size=2, off=0 2026/04/19 01:01:02 ERROR : open-test-file(0x12ddf2f44840): Couldn't read size of file 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f44840): >_readAt: n=0, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f44840): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f44840): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f44840): close: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f44840): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f44c00): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f44c00): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f44c00): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f44c00): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f44c00): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.767259109 +0000 UTC m=+37.111272137 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f44c00): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f452c0): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f452c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f452c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f452c0): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f452c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.767259109 +0000 UTC m=+37.111272137 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f452c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c6aa10 item 13 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f45940): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f45940): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f45940): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f45940): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f45940): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.773152901 +0000 UTC m=+37.117165939 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f45940): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f45e80): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f45e80): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f45e80): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f45e80): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f45e80): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.773152901 +0000 UTC m=+37.117165939 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f45e80): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c6ad90 item 14 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c925c0): _readAt: size=2, off=0 2026/04/19 01:01:02 ERROR : open-test-file(0x12ddf2c925c0): Couldn't read size of file 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c925c0): >_readAt: n=0, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c925c0): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c925c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c925c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c925c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c92980): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c92980): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c92980): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c92980): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c92980): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.776420859 +0000 UTC m=+37.120433898 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c92980): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c93040): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c93040): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c93040): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c93040): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c93040): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.776420859 +0000 UTC m=+37.120433898 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c93040): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c6b110 item 15 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c936c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c936c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c936c0): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c936c0): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c936c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.780258746 +0000 UTC m=+37.124271774 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c936c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c93c00): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c93c00): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c93c00): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c93c00): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c93c00): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.780258746 +0000 UTC m=+37.124271774 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c93c00): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c6b500 item 16 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c62f40): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c62f40): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c62f40): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c62f40): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c62f40): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.784305325 +0000 UTC m=+37.128318354 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c62f40): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c633c0): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c633c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c633c0): open at offset 5 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c633c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c633c0): >_readAt: n=2, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c633c0): _writeAt: size=3, off=7 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c633c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c633c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.784305325 +0000 UTC m=+37.128318354 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c633c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c638c0): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c638c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c638c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c638c0): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c638c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.784305325 +0000 UTC m=+37.128318354 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2c638c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c29810 item 17 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d12040): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d12040): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d12040): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d12040): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d12040): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.78654493 +0000 UTC m=+37.130557958 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d12040): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d12580): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d12580): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d12580): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d12580): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d12580): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.78654493 +0000 UTC m=+37.130557958 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d12580): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2888540 item 18 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d12c00): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d12c00): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d12c00): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d12c00): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d12c00): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.788445784 +0000 UTC m=+37.132458813 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d12c00): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d13100): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d13100): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d13100): open at offset 5 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d13100): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d13100): >_readAt: n=2, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d13100): _writeAt: size=3, off=7 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d13100): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d13100): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.788445784 +0000 UTC m=+37.132458813 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d13100): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d13600): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d13600): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d13600): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d13600): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d13600): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.788445784 +0000 UTC m=+37.132458813 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d13600): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2888a10 item 19 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d13c80): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d13c80): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d13c80): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d13c80): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d13c80): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.791333714 +0000 UTC m=+37.135346742 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d13c80): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7a2c0): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7a2c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7a2c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7a2c0): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7a2c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.791333714 +0000 UTC m=+37.135346742 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7a2c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2889c00 item 20 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7a940): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7a940): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7a940): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7a940): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7a940): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.793635656 +0000 UTC m=+37.137648683 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7a940): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7ae40): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7ae40): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7ae40): open at offset 5 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7ae40): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7ae40): >_readAt: n=2, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7ae40): _writeAt: size=3, off=7 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7ae40): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7ae40): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.793635656 +0000 UTC m=+37.137648683 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7ae40): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7b340): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7b340): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7b340): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7b340): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7b340): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.793635656 +0000 UTC m=+37.137648683 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7b340): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2bae2a0 item 21 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7b9c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7b9c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7b9c0): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7b9c0): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7b9c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.797542853 +0000 UTC m=+37.141555881 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d7b9c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d98000): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d98000): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d98000): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d98000): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d98000): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.797542853 +0000 UTC m=+37.141555881 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d98000): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2bae850 item 22 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d98680): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d98680): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d98680): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d98680): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d98680): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.802304496 +0000 UTC m=+37.146317524 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d98680): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d98b80): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d98b80): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d98b80): open at offset 5 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d98b80): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d98b80): >_readAt: n=2, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d98b80): _writeAt: size=3, off=7 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d98b80): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d98b80): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.802304496 +0000 UTC m=+37.146317524 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d98b80): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d99080): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d99080): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d99080): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d99080): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d99080): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.802304496 +0000 UTC m=+37.146317524 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d99080): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2baee00 item 23 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb0380): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb0380): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb0380): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb0380): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb0380): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.811363271 +0000 UTC m=+37.155376309 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb0380): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb08c0): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb08c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb08c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb08c0): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb08c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.811363271 +0000 UTC m=+37.155376309 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb08c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c6b8f0 item 24 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb0f00): _readAt: size=2, off=0 2026/04/19 01:01:02 ERROR : open-test-file(0x12ddf2cb0f00): Couldn't read size of file 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb0f00): >_readAt: n=0, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb0f00): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb0f00): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb0f00): close: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb0f00): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb12c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb12c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb12c0): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb12c0): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb12c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.820384647 +0000 UTC m=+37.164397675 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb12c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb17c0): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb17c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb17c0): open at offset 5 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb17c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb17c0): >_readAt: n=2, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb17c0): _writeAt: size=3, off=7 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb17c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb17c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.820384647 +0000 UTC m=+37.164397675 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb17c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb1d00): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb1d00): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb1d00): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb1d00): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb1d00): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.820384647 +0000 UTC m=+37.164397675 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cb1d00): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c6bd50 item 25 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd2480): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd2480): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd2480): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd2480): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd2480): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.824150287 +0000 UTC m=+37.168163355 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd2480): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd29c0): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd29c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd29c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd29c0): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd29c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.824150287 +0000 UTC m=+37.168163355 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd29c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2cba770 item 26 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd3000): _readAt: size=2, off=0 2026/04/19 01:01:02 ERROR : open-test-file(0x12ddf2cd3000): Couldn't read size of file 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd3000): >_readAt: n=0, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd3000): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd3000): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd3000): close: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd3000): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd33c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd33c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd33c0): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd33c0): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd33c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.827183421 +0000 UTC m=+37.171196449 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd33c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d994c0): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d994c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d994c0): open at offset 5 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d994c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d994c0): >_readAt: n=2, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d994c0): _writeAt: size=3, off=7 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d994c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d994c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.827183421 +0000 UTC m=+37.171196449 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d994c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d99a00): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d99a00): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d99a00): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d99a00): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d99a00): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.827183421 +0000 UTC m=+37.171196449 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2d99a00): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2baf0a0 item 27 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc4180): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc4180): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc4180): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc4180): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc4180): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.829320732 +0000 UTC m=+37.173333760 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc4180): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc46c0): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc46c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc46c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc46c0): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc46c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.829320732 +0000 UTC m=+37.173333760 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc46c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2baf6c0 item 28 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc4d00): _readAt: size=2, off=0 2026/04/19 01:01:02 ERROR : open-test-file(0x12ddf2dc4d00): Couldn't read size of file 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc4d00): >_readAt: n=0, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc4d00): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc4d00): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc4d00): close: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc4d00): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc50c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc50c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc50c0): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc50c0): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc50c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.831367341 +0000 UTC m=+37.175380369 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc50c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc5780): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc5780): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc5780): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc5780): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc5780): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.831367341 +0000 UTC m=+37.175380369 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc5780): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2bafa40 item 29 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc5e00): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc5e00): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc5e00): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc5e00): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc5e00): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.835829216 +0000 UTC m=+37.179842245 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dc5e00): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dec440): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dec440): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dec440): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dec440): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dec440): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.835829216 +0000 UTC m=+37.179842245 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dec440): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2bafe30 item 30 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2deca80): _readAt: size=2, off=0 2026/04/19 01:01:02 ERROR : open-test-file(0x12ddf2deca80): Couldn't read size of file 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2deca80): >_readAt: n=0, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2deca80): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2deca80): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2deca80): close: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2deca80): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dece40): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dece40): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dece40): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dece40): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dece40): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.838300318 +0000 UTC m=+37.182313346 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dece40): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2ded500): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2ded500): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2ded500): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2ded500): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2ded500): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.838300318 +0000 UTC m=+37.182313346 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2ded500): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b23f0 item 31 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dedb80): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dedb80): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dedb80): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dedb80): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dedb80): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.84322556 +0000 UTC m=+37.187238588 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2dedb80): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e181c0): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e181c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e181c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e181c0): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e181c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.84322556 +0000 UTC m=+37.187238588 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e181c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b2770 item 32 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e18800): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e18800): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e18800): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e18800): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e18800): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.845455707 +0000 UTC m=+37.189468735 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e18800): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e18c80): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e18c80): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e18c80): _writeAt: size=3, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e18c80): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e18c80): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b2bd0 item 33 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e18c80): >_writeAt: n=3, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e18c80): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.847386708 +0000 UTC m=+37.191399736 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e18c80): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e19180): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e19180): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e19180): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e19180): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e19180): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.847386708 +0000 UTC m=+37.191399736 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e19180): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b2d90 item 33 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e197c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e197c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e197c0): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e197c0): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e197c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.855794614 +0000 UTC m=+37.199807661 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e197c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e19c40): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e19c40): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b3110 item 34 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e19c40): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e19c40): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e19c40): _writeAt: size=3, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e19c40): >_writeAt: n=3, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e19c40): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.856869576 +0000 UTC m=+37.200882634 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e19c40): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd3b80): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd3b80): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd3b80): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd3b80): >_readAt: n=3, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd3b80): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.856869576 +0000 UTC m=+37.200882634 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cd3b80): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2cbac40 item 34 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e882c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e882c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e882c0): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e882c0): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e882c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.865286739 +0000 UTC m=+37.209299767 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e882c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e88740): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e88740): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e88740): _writeAt: size=3, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e88740): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e88740): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2cbafc0 item 35 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e88740): >_writeAt: n=3, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e88740): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.869481941 +0000 UTC m=+37.213494989 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e88740): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e88c40): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e88c40): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e88c40): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e88c40): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e88c40): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.869481941 +0000 UTC m=+37.213494989 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e88c40): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2cbb180 item 35 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e892c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e892c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e892c0): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e892c0): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e892c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.872545021 +0000 UTC m=+37.216558069 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e892c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e19ec0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e19ec0): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b31f0 item 36 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e19ec0): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e19ec0): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e19ec0): _writeAt: size=3, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e19ec0): >_writeAt: n=3, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e19ec0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.876215621 +0000 UTC m=+37.220228689 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e19ec0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50500): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50500): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50500): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50500): >_readAt: n=3, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50500): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.876215621 +0000 UTC m=+37.220228689 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50500): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b33b0 item 36 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50b40): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50b40): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50b40): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50b40): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50b40): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.878638492 +0000 UTC m=+37.222651521 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50b40): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50fc0): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50fc0): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50fc0): _writeAt: size=3, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50fc0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50fc0): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b3730 item 37 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50fc0): >_writeAt: n=3, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50fc0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.880662218 +0000 UTC m=+37.224675286 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50fc0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e514c0): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e514c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e514c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e514c0): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e514c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.880662218 +0000 UTC m=+37.224675286 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e514c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b38f0 item 37 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51b40): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51b40): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51b40): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51b40): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51b40): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.886675135 +0000 UTC m=+37.230688164 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51b40): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e89980): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e89980): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2cbb810 item 38 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e89980): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e89980): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e89980): _writeAt: size=3, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e89980): >_writeAt: n=3, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e89980): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.890381213 +0000 UTC m=+37.234394270 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e89980): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e89ec0): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e89ec0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e89ec0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e89ec0): >_readAt: n=3, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e89ec0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.890381213 +0000 UTC m=+37.234394270 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e89ec0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2cbba40 item 38 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2eac640): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2eac640): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2eac640): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2eac640): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2eac640): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.90074111 +0000 UTC m=+37.244754148 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2eac640): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2eacb40): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2eacb40): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2eacb40): _writeAt: size=3, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2eacb40): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2eacb40): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf23aa2a0 item 39 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2eacb40): >_writeAt: n=3, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2eacb40): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.90543314 +0000 UTC m=+37.249446168 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2eacb40): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51e00): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51e00): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51e00): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51e00): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51e00): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.90543314 +0000 UTC m=+37.249446168 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51e00): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b3b90 item 39 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f55b80): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f55b80): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f55b80): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f55b80): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f55b80): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.921534501 +0000 UTC m=+37.265547528 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f55b80): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfc200): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfc200): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5c070 item 40 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfc200): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfc200): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfc200): _writeAt: size=3, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfc200): >_writeAt: n=3, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfc200): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.926260586 +0000 UTC m=+37.270273614 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfc200): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfc780): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfc780): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfc780): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfc780): >_readAt: n=3, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfc780): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.926260586 +0000 UTC m=+37.270273614 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfc780): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5c310 item 40 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f540c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f540c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f540c0): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f540c0): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f540c0): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f540c0): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f540c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.928885249 +0000 UTC m=+37.272898277 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f540c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f545c0): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f545c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f545c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27dc8c0 item 41 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f545c0): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f545c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.929615649 +0000 UTC m=+37.273628677 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f545c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f54a80): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f54a80): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f54a80): _writeAt: size=3, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f54a80): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f54a80): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27dcbd0 item 41 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f54a80): >_writeAt: n=3, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f54a80): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.930417615 +0000 UTC m=+37.274430643 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f54a80): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f54fc0): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f54fc0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f54fc0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f54fc0): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f54fc0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.930417615 +0000 UTC m=+37.274430643 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f54fc0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27dcee0 item 41 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50000): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50000): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50000): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50000): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50000): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50000): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50000): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.932341241 +0000 UTC m=+37.276354270 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50000): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50500): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50500): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50500): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27dd6c0 item 42 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50500): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50500): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.932891683 +0000 UTC m=+37.276904711 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50500): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50a40): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50a40): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27ddab0 item 42 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50a40): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50a40): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50a40): _writeAt: size=3, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50a40): >_writeAt: n=3, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50a40): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.933580414 +0000 UTC m=+37.277593442 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50a40): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50fc0): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50fc0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50fc0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50fc0): >_readAt: n=3, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50fc0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.933580414 +0000 UTC m=+37.277593442 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e50fc0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b2000 item 42 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51600): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51600): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51600): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51600): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51600): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51600): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51600): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.934967597 +0000 UTC m=+37.278980626 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51600): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51b00): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51b00): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51b00): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b2460 item 43 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51b00): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51b00): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.935502038 +0000 UTC m=+37.279515066 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2e51b00): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1e180): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1e180): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1e180): _writeAt: size=3, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1e180): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1e180): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b2620 item 43 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1e180): >_writeAt: n=3, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1e180): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.936038573 +0000 UTC m=+37.280051601 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1e180): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1e780): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1e780): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1e780): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1e780): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1e780): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.936038573 +0000 UTC m=+37.280051601 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1e780): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b27e0 item 43 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1f980): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1f980): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1f980): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1f980): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1f980): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1f980): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1f980): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.938091553 +0000 UTC m=+37.282104601 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1f980): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1fec0): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1fec0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1fec0): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b2c40 item 44 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1fec0): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1fec0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.940522129 +0000 UTC m=+37.284535167 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2a1fec0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf26ee8c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf26ee8c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b2e00 item 44 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf26ee8c0): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf26ee8c0): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf26ee8c0): _writeAt: size=3, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf26ee8c0): >_writeAt: n=3, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf26ee8c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.94162827 +0000 UTC m=+37.285641298 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf26ee8c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf26ef7c0): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf26ef7c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf26ef7c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf26ef7c0): >_readAt: n=3, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf26ef7c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.94162827 +0000 UTC m=+37.285641298 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf26ef7c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b2fc0 item 44 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f00180): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f00180): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f00180): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f00180): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f00180): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f00180): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f00180): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.948712694 +0000 UTC m=+37.292725722 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f00180): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f00680): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f00680): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f00680): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b3340 item 45 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f00680): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f00680): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.949494301 +0000 UTC m=+37.293507349 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f00680): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfcd80): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfcd80): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfcd80): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfcd80): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfcd80): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.949494301 +0000 UTC m=+37.293507349 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfcd80): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b3500 item 45 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfd3c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfd3c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfd3c0): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfd3c0): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfd3c0): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfd3c0): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfd3c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.953929186 +0000 UTC m=+37.297942234 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfd3c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfd8c0): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfd8c0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfd8c0): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5c930 item 46 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfd8c0): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfd8c0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.957519133 +0000 UTC m=+37.301532191 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2cfd8c0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2894180): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2894180): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2894180): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2894180): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2894180): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.957519133 +0000 UTC m=+37.301532191 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2894180): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5caf0 item 46 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2894ec0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2894ec0): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2894ec0): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2894ec0): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2894ec0): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2894ec0): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2894ec0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.961036193 +0000 UTC m=+37.305049221 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2894ec0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2895400): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2895400): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2895400): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5cf50 item 47 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2895400): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2895400): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.962493227 +0000 UTC m=+37.306506265 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2895400): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf27ef680): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf27ef680): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf27ef680): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf27ef680): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf27ef680): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.962493227 +0000 UTC m=+37.306506265 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf27ef680): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5d110 item 47 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f01140): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f01140): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f01140): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f01140): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f01140): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f01140): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f01140): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.965787806 +0000 UTC m=+37.309800844 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f01140): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f01640): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f01640): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f01640): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b3880 item 48 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f01640): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f01640): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.967193584 +0000 UTC m=+37.311206641 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f01640): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f01d40): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f01d40): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f01d40): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f01d40): >_readAt: n=5, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f01d40): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.967193584 +0000 UTC m=+37.311206641 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2f01d40): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b3a40 item 48 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e480): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e480): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e480): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e480): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e480): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.971765697 +0000 UTC m=+37.315778725 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e480): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e900): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e900): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e900): _writeAt: size=3, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e900): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e900): open at offset 5 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e900): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf23aaaf0 item 49 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e900): >_writeAt: n=3, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e900): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.974050608 +0000 UTC m=+37.318063636 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309e900): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309eec0): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309eec0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309eec0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309eec0): >_readAt: n=8, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309eec0): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.974050608 +0000 UTC m=+37.318063636 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309eec0): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf23aad20 item 49 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf27efc00): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf27efc00): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf27efc00): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf27efc00): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf27efc00): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.980290545 +0000 UTC m=+37.324303572 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf27efc00): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08400): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08400): open at offset 5 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08400): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5d3b0 item 50 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08400): _readAt: size=2, off=5 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08400): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08400): _writeAt: size=3, off=5 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08400): >_writeAt: n=3, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08400): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.984301809 +0000 UTC m=+37.328314897 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08400): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08e40): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08e40): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08e40): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08e40): >_readAt: n=3, err=EOF 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08e40): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.984301809 +0000 UTC m=+37.328314897 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf2b08e40): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: Remove: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5d570 item 50 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f380): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f380): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f380): _writeAt: size=5, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f380): >_writeAt: n=5, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f380): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.991381333 +0000 UTC m=+37.335394361 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f380): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f880): _readAt: size=2, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f880): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f880): _writeAt: size=3, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f880): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f880): open at offset 5 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f880): >openPending: err= 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf23ab8f0 item 51 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f880): >_writeAt: n=3, err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f880): close: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.99551033 +0000 UTC m=+37.339523358 2026/04/19 01:01:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309f880): >close: err= 2026/04/19 01:01:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:02 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309fdc0): _readAt: size=512, off=0 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309fdc0): openPending: 2026/04/19 01:01:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:02 DEBUG : open-test-file(0x12ddf309fdc0): >openPending: err= 2026/04/19 01:01:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf309fdc0): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf309fdc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:02.99551033 +0000 UTC m=+37.339523358 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf309fdc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf23abab0 item 51 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c540): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c540): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c540): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c540): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c540): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.005348761 +0000 UTC m=+37.349361818 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c540): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cac0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cac0): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cac0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27e2e00 item 52 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cac0): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cac0): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cac0): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cac0): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cac0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.009465463 +0000 UTC m=+37.353478490 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cac0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09b00): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09b00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09b00): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09b00): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09b00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.009465463 +0000 UTC m=+37.353478490 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09b00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5d810 item 52 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ede280): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ede280): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ede280): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ede280): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ede280): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.013157744 +0000 UTC m=+37.357170772 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ede280): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ede780): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ede780): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ede780): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ede780): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ede780): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ede780): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5dd50 item 53 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ede780): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ede780): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.015914695 +0000 UTC m=+37.359927743 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ede780): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edecc0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edecc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edecc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edecc0): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edecc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.015914695 +0000 UTC m=+37.359927743 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edecc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2a7c070 item 53 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edf340): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edf340): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edf340): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edf340): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edf340): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.021499564 +0000 UTC m=+37.365512592 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edf340): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edf840): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edf840): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edf840): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2a7c4d0 item 54 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edf840): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edf840): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edf840): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edf840): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edf840): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.02317424 +0000 UTC m=+37.367187268 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edf840): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edfdc0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edfdc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edfdc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edfdc0): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edfdc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.02317424 +0000 UTC m=+37.367187268 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2edfdc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2a7c7e0 item 54 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eee540): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eee540): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eee540): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eee540): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eee540): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.02718872 +0000 UTC m=+37.371201749 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eee540): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eeea40): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eeea40): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eeea40): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eeea40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eeea40): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eeea40): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2a7cb60 item 55 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eeea40): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eeea40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.027771312 +0000 UTC m=+37.371784340 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eeea40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eeef80): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eeef80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eeef80): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eeef80): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eeef80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.027771312 +0000 UTC m=+37.371784340 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eeef80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2a7cd20 item 55 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eef600): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eef600): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eef600): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eef600): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eef600): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.029788015 +0000 UTC m=+37.373801043 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eef600): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eefb00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eefb00): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eefb00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2a7d180 item 56 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eefb00): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eefb00): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eefb00): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eefb00): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eefb00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.030722651 +0000 UTC m=+37.374735679 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eefb00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc180): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc180): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc180): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc180): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc180): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.030722651 +0000 UTC m=+37.374735679 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc180): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2a7d340 item 56 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc7c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc7c0): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc7c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc7c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc7c0): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc7c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc7c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc7c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.032493389 +0000 UTC m=+37.376506417 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc7c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efcd00): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efcd00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efcd00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2a7d7a0 item 57 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efcd00): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efcd00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.034881284 +0000 UTC m=+37.378894312 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efcd00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd240): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd240): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd240): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd240): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd240): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd240): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2a7d960 item 57 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd240): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd240): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.036562121 +0000 UTC m=+37.380575159 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd240): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd7c0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd7c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd7c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd7c0): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd7c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.036562121 +0000 UTC m=+37.380575159 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd7c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2a7dc00 item 57 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efde00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efde00): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efde00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efde00): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efde00): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efde00): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efde00): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efde00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.040117964 +0000 UTC m=+37.384130992 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efde00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a78440): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a78440): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a78440): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27f45b0 item 58 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a78440): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a78440): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.040882299 +0000 UTC m=+37.384895327 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a78440): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a78980): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a78980): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a78980): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27f48c0 item 58 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a78980): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a78980): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a78980): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a78980): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a78980): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.041555242 +0000 UTC m=+37.385568270 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a78980): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a78f40): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a78f40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a78f40): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a78f40): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a78f40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.041555242 +0000 UTC m=+37.385568270 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a78f40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27f4d20 item 58 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a79580): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a79580): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a79580): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a79580): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a79580): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a79580): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a79580): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a79580): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.043370944 +0000 UTC m=+37.387383973 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a79580): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a79ac0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a79ac0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a79ac0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27f5730 item 59 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a79ac0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a79ac0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.043899233 +0000 UTC m=+37.387912261 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a79ac0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abc100): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abc100): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abc100): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abc100): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abc100): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abc100): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27f5b90 item 59 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abc100): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abc100): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.045434837 +0000 UTC m=+37.389447865 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abc100): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abc680): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abc680): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abc680): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abc680): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abc680): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.045434837 +0000 UTC m=+37.389447865 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abc680): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2b2c000 item 59 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cdc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cdc0): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cdc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cdc0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cdc0): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cdc0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cdc0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cdc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.04713467 +0000 UTC m=+37.391147698 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cdc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d300): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d300): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d300): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27e3c00 item 60 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d300): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d300): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.047899386 +0000 UTC m=+37.391912414 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d300): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d840): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d840): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d840): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27e3e30 item 60 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d840): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d840): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d840): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d840): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d840): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.048667668 +0000 UTC m=+37.392680697 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d840): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8de00): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8de00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8de00): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8de00): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8de00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.048667668 +0000 UTC m=+37.392680697 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8de00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ba4150 item 60 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2998540): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2998540): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2998540): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2998540): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2998540): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2998540): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2998540): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2998540): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.053532966 +0000 UTC m=+37.397545994 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2998540): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2998a80): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2998a80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2998a80): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ba48c0 item 61 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2998a80): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2998a80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.054163138 +0000 UTC m=+37.398176166 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2998a80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2999180): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2999180): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2999180): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2999180): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2999180): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.054163138 +0000 UTC m=+37.398176166 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2999180): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ba4a80 item 61 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29997c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29997c0): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29997c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29997c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29997c0): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29997c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29997c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29997c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.058710796 +0000 UTC m=+37.402723824 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29997c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2999d00): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2999d00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2999d00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ba4e00 item 62 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2999d00): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2999d00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.059741765 +0000 UTC m=+37.403754793 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2999d00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e2500): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e2500): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e2500): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e2500): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e2500): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.059741765 +0000 UTC m=+37.403754793 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e2500): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ba4fc0 item 62 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abcf00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abcf00): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abcf00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abcf00): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abcf00): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abcf00): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abcf00): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abcf00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.061598736 +0000 UTC m=+37.405611764 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abcf00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abd440): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abd440): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abd440): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2b2c4d0 item 63 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abd440): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abd440): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.062714415 +0000 UTC m=+37.406727453 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abd440): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abdb40): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abdb40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abdb40): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abdb40): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abdb40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.062714415 +0000 UTC m=+37.406727453 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2abdb40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2b2c690 item 63 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5a280): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5a280): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5a280): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5a280): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5a280): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5a280): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5a280): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5a280): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.065708665 +0000 UTC m=+37.409721693 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5a280): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5a7c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5a7c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5a7c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2b2cf50 item 64 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5a7c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5a7c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.066598969 +0000 UTC m=+37.410611997 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5a7c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5aec0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5aec0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5aec0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5aec0): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5aec0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.066598969 +0000 UTC m=+37.410611997 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5aec0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2b2d110 item 64 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5b500): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5b500): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5b500): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5b500): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5b500): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.070629289 +0000 UTC m=+37.414642317 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5b500): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5b980): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5b980): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5b980): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5b980): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5b980): _writeAt: size=3, off=2 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2b2d730 item 65 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5b980): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5b980): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.073446686 +0000 UTC m=+37.417459734 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5b980): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e2bc0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e2bc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e2bc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e2bc0): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e2bc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.073446686 +0000 UTC m=+37.417459734 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e2bc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ba51f0 item 65 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e3200): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e3200): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e3200): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e3200): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e3200): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.076142271 +0000 UTC m=+37.420155299 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e3200): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e3680): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e3680): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ba5570 item 66 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e3680): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e3680): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e3680): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e3680): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e3680): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.078867744 +0000 UTC m=+37.422880773 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e3680): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e3bc0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e3bc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e3bc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e3bc0): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e3bc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.078867744 +0000 UTC m=+37.422880773 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29e3bc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ba5730 item 66 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb8300): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb8300): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb8300): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb8300): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb8300): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.081126525 +0000 UTC m=+37.425139553 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb8300): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb8780): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb8780): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb8780): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb8780): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb8780): _writeAt: size=3, off=2 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ba5ce0 item 67 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb8780): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb8780): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.082233908 +0000 UTC m=+37.426246936 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb8780): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb8c80): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb8c80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb8c80): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb8c80): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb8c80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.082233908 +0000 UTC m=+37.426246936 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb8c80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27d2000 item 67 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb9300): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb9300): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb9300): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb9300): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb9300): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.084216357 +0000 UTC m=+37.428229385 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb9300): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb9800): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb9800): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27d2850 item 68 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb9800): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb9800): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb9800): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb9800): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb9800): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.084809738 +0000 UTC m=+37.428822766 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb9800): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb9d40): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb9d40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb9d40): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb9d40): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb9d40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.084809738 +0000 UTC m=+37.428822766 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bb9d40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27d2c40 item 68 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be4480): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be4480): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be4480): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be4480): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be4480): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.08652424 +0000 UTC m=+37.430537278 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be4480): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be4900): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be4900): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be4900): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be4900): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be4900): _writeAt: size=3, off=2 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27d30a0 item 69 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be4900): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be4900): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.087331726 +0000 UTC m=+37.431344755 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be4900): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be4e00): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be4e00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be4e00): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be4e00): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be4e00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.087331726 +0000 UTC m=+37.431344755 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be4e00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27d3420 item 69 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be5480): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be5480): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be5480): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be5480): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be5480): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.089172968 +0000 UTC m=+37.433185996 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be5480): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be5980): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be5980): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27d3c00 item 70 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be5980): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be5980): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be5980): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be5980): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be5980): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.089950337 +0000 UTC m=+37.433963365 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be5980): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be5ec0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be5ec0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be5ec0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be5ec0): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be5ec0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.089950337 +0000 UTC m=+37.433963365 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be5ec0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27d3e30 item 70 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5bcc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5bcc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5bcc0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5bcc0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5bcc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.092223695 +0000 UTC m=+37.436236723 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b5bcc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c922c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c922c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c922c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c922c0): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c922c0): _writeAt: size=3, off=2 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2b2dab0 item 71 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c922c0): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c922c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.093202515 +0000 UTC m=+37.437215544 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c922c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c927c0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c927c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c927c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c927c0): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c927c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.093202515 +0000 UTC m=+37.437215544 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c927c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2b2dce0 item 71 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c16580): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c16580): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c16580): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c16580): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c16580): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.095829422 +0000 UTC m=+37.439842450 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c16580): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c16a80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c16a80): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf31cc310 item 72 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c16a80): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c16a80): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c16a80): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c16a80): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c16a80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.096683196 +0000 UTC m=+37.440696224 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c16a80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c16fc0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c16fc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c16fc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c16fc0): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c16fc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.096683196 +0000 UTC m=+37.440696224 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c16fc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf31cc4d0 item 72 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c17580): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c17580): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c17580): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c17580): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c17580): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c17580): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c17580): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.098421372 +0000 UTC m=+37.442434400 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c17580): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c17a80): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c17a80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c17a80): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf31cc850 item 73 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c17a80): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c17a80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.09944607 +0000 UTC m=+37.443459098 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c17a80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5a040): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5a040): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5a040): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5a040): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5a040): _writeAt: size=3, off=2 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf31ccc40 item 73 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5a040): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5a040): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.100132848 +0000 UTC m=+37.444145877 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5a040): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5a580): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5a580): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5a580): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5a580): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5a580): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.100132848 +0000 UTC m=+37.444145877 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5a580): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf31cce00 item 73 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5abc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5abc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5abc0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5abc0): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5abc0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5abc0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5abc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.101591535 +0000 UTC m=+37.445604564 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5abc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5b0c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5b0c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5b0c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf31cd180 item 74 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5b0c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5b0c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.102436063 +0000 UTC m=+37.446449091 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5b0c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5b600): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5b600): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf31cd340 item 74 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5b600): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5b600): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5b600): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5b600): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5b600): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.10537547 +0000 UTC m=+37.449388497 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5b600): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5bb80): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5bb80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5bb80): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5bb80): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5bb80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.10537547 +0000 UTC m=+37.449388497 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c5bb80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf31cd570 item 74 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c92e00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c92e00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c92e00): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c92e00): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c92e00): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c92e00): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c92e00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.107706416 +0000 UTC m=+37.451719444 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c92e00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c93300): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c93300): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c93300): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf305e2a0 item 75 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c93300): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c93300): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.110400971 +0000 UTC m=+37.454414009 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c93300): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c93840): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c93840): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c93840): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c93840): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c93840): _writeAt: size=3, off=2 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf305e460 item 75 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c93840): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c93840): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.110949859 +0000 UTC m=+37.454962887 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c93840): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c93d80): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c93d80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c93d80): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c93d80): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c93d80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.110949859 +0000 UTC m=+37.454962887 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c93d80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf305e770 item 75 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cac4c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cac4c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cac4c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cac4c0): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cac4c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cac4c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cac4c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.112478759 +0000 UTC m=+37.456491787 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cac4c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cac9c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cac9c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cac9c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf305ed90 item 76 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cac9c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cac9c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.112937016 +0000 UTC m=+37.456950044 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cac9c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cacf00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cacf00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf305ef50 item 76 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cacf00): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cacf00): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cacf00): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cacf00): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cacf00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.113667296 +0000 UTC m=+37.457680324 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cacf00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cad480): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cad480): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cad480): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cad480): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cad480): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.113667296 +0000 UTC m=+37.457680324 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cad480): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf305f110 item 76 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cadac0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cadac0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cadac0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cadac0): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cadac0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cadac0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cadac0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.114930845 +0000 UTC m=+37.458943874 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cadac0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc40c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc40c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc40c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf305f490 item 77 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc40c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc40c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.115805278 +0000 UTC m=+37.459818307 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc40c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc47c0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc47c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc47c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc47c0): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc47c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.115805278 +0000 UTC m=+37.459818307 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc47c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf305f7a0 item 77 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc4e00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc4e00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc4e00): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc4e00): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc4e00): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc4e00): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc4e00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.117924605 +0000 UTC m=+37.461937633 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc4e00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5300): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5300): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5300): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf305fb20 item 78 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5300): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5300): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.11851966 +0000 UTC m=+37.462532688 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5300): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5a00): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5a00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5a00): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5a00): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5a00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.11851966 +0000 UTC m=+37.462532688 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5a00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf305fce0 item 78 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce4140): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce4140): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce4140): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce4140): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce4140): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce4140): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce4140): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.121706516 +0000 UTC m=+37.465719544 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce4140): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce4640): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce4640): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce4640): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ff21c0 item 79 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce4640): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce4640): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.123058382 +0000 UTC m=+37.467071409 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce4640): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce4d40): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce4d40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce4d40): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce4d40): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce4d40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.123058382 +0000 UTC m=+37.467071409 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce4d40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ff23f0 item 79 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce5380): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce5380): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce5380): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce5380): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce5380): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce5380): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce5380): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.124796237 +0000 UTC m=+37.468809265 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce5380): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce5880): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce5880): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce5880): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ff2770 item 80 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce5880): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce5880): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.125620194 +0000 UTC m=+37.469633222 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce5880): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8c080): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8c080): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8c080): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8c080): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8c080): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.125620194 +0000 UTC m=+37.469633222 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8c080): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ff2af0 item 80 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8c6c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8c6c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8c6c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8c6c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8c6c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.128505619 +0000 UTC m=+37.472518647 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8c6c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8cb40): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8cb40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8cb40): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8cb40): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8cb40): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8cb40): _writeAt: size=3, off=7 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ff2e70 item 81 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8cb40): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8cb40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.129608685 +0000 UTC m=+37.473621712 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8cb40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8d080): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8d080): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8d080): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8d080): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8d080): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.129608685 +0000 UTC m=+37.473621712 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8d080): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ff3030 item 81 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8d700): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8d700): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8d700): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8d700): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8d700): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.131750064 +0000 UTC m=+37.475763092 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8d700): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8dc00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8dc00): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8dc00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ff33b0 item 82 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8dc00): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8dc00): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8dc00): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8dc00): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8dc00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.132428886 +0000 UTC m=+37.476441915 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d8dc00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2daa280): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2daa280): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2daa280): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2daa280): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2daa280): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.132428886 +0000 UTC m=+37.476441915 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2daa280): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ff3570 item 82 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2daa900): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2daa900): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2daa900): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2daa900): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2daa900): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.134404061 +0000 UTC m=+37.478417089 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2daa900): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2daae00): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2daae00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2daae00): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2daae00): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2daae00): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2daae00): _writeAt: size=3, off=7 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ff38f0 item 83 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2daae00): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2daae00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.134951536 +0000 UTC m=+37.478964564 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2daae00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dab340): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dab340): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dab340): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dab340): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dab340): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.134951536 +0000 UTC m=+37.478964564 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dab340): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ff3ab0 item 83 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dab9c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dab9c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dab9c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dab9c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dab9c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.137527546 +0000 UTC m=+37.481540574 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dab9c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dabec0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dabec0): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dabec0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ff3e30 item 84 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dabec0): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dabec0): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dabec0): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dabec0): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dabec0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.138379617 +0000 UTC m=+37.482392646 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dabec0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcc540): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcc540): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcc540): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcc540): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcc540): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.138379617 +0000 UTC m=+37.482392646 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcc540): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf3244150 item 84 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dccbc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dccbc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dccbc0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dccbc0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dccbc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.142477845 +0000 UTC m=+37.486490873 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dccbc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcd0c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcd0c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcd0c0): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcd0c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcd0c0): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcd0c0): _writeAt: size=3, off=7 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf32445b0 item 85 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcd0c0): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcd0c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.142966109 +0000 UTC m=+37.486979137 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcd0c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcd600): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcd600): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcd600): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcd600): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcd600): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.142966109 +0000 UTC m=+37.486979137 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcd600): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf3244770 item 85 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e10180): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e10180): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e10180): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e10180): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e10180): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.14460121 +0000 UTC m=+37.488614248 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e10180): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e10680): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e10680): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e10680): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf3136150 item 86 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e10680): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e10680): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e10680): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e10680): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e10680): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.15141935 +0000 UTC m=+37.495432378 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e10680): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e10c00): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e10c00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e10c00): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e10c00): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e10c00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.15141935 +0000 UTC m=+37.495432378 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e10c00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf3136310 item 86 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e11280): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e11280): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e11280): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e11280): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e11280): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.15345564 +0000 UTC m=+37.497468668 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e11280): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e11780): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e11780): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e11780): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e11780): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e11780): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e11780): _writeAt: size=3, off=7 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf3136690 item 87 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e11780): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e11780): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.157124426 +0000 UTC m=+37.501137453 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e11780): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e11cc0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e11cc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e11cc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e11cc0): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e11cc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.157124426 +0000 UTC m=+37.501137453 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e11cc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf3136850 item 87 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e40440): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e40440): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e40440): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e40440): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e40440): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.163850032 +0000 UTC m=+37.507863060 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e40440): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e40940): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e40940): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e40940): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf3136d20 item 88 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e40940): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e40940): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e40940): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e40940): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e40940): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.165288471 +0000 UTC m=+37.509301499 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e40940): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e40ec0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e40ec0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e40ec0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e40ec0): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e40ec0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.165288471 +0000 UTC m=+37.509301499 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e40ec0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf3136ee0 item 88 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e41500): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e41500): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e41500): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e41500): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e41500): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e41500): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e41500): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e41500): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.169806382 +0000 UTC m=+37.513819410 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e41500): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e41a40): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e41a40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e41a40): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf3137260 item 89 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e41a40): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e41a40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.170574495 +0000 UTC m=+37.514587522 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e41a40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcdb00): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcdb00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcdb00): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcdb00): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcdb00): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcdb00): _writeAt: size=3, off=7 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf3137420 item 89 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcdb00): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcdb00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.171638707 +0000 UTC m=+37.515651745 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcdb00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dfe180): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dfe180): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dfe180): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dfe180): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dfe180): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.171638707 +0000 UTC m=+37.515651745 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dfe180): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf3244a80 item 89 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dfe7c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dfe7c0): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dfe7c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dfe7c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dfe7c0): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dfe7c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dfe7c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dfe7c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.174264953 +0000 UTC m=+37.518277980 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dfe7c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dfed00): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dfed00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dfed00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf3244ee0 item 90 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dfed00): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dfed00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.175545102 +0000 UTC m=+37.519558130 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dfed00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dff240): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dff240): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dff240): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf3245110 item 90 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dff240): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dff240): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dff240): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dff240): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dff240): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.177060828 +0000 UTC m=+37.521073856 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dff240): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dff800): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dff800): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dff800): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dff800): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dff800): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.177060828 +0000 UTC m=+37.521073856 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dff800): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf32452d0 item 90 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dffe40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dffe40): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dffe40): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dffe40): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dffe40): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dffe40): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dffe40): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dffe40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.179360155 +0000 UTC m=+37.523373184 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dffe40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6480): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6480): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6480): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf3245650 item 91 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6480): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6480): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.180809625 +0000 UTC m=+37.524822653 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6480): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea69c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea69c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea69c0): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea69c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea69c0): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea69c0): _writeAt: size=3, off=7 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf32458f0 item 91 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea69c0): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea69c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.183538645 +0000 UTC m=+37.527551673 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea69c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6f40): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6f40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6f40): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6f40): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6f40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.183538645 +0000 UTC m=+37.527551673 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6f40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf3245ce0 item 91 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d022c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d022c0): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d022c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d022c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d022c0): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d022c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d022c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d022c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.185294535 +0000 UTC m=+37.529307563 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d022c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d02800): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d02800): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d02800): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf31cd8f0 item 92 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d02800): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d02800): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.186866777 +0000 UTC m=+37.530879804 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d02800): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d02d40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d02d40): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d02d40): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf31cdab0 item 92 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d02d40): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d02d40): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d02d40): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d02d40): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d02d40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.188771328 +0000 UTC m=+37.532784356 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d02d40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d03300): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d03300): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d03300): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d03300): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d03300): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.188771328 +0000 UTC m=+37.532784356 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d03300): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf31cdc70 item 92 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d03940): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d03940): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d03940): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d03940): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d03940): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d03940): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d03940): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d03940): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.19126431 +0000 UTC m=+37.535277339 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d03940): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d03e80): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d03e80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d03e80): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27a6f50 item 93 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d03e80): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d03e80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.19177706 +0000 UTC m=+37.535790088 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d03e80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d24680): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d24680): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d24680): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d24680): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d24680): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.19177706 +0000 UTC m=+37.535790088 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d24680): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27a7340 item 93 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d24cc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d24cc0): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d24cc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d24cc0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d24cc0): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d24cc0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d24cc0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d24cc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.193275013 +0000 UTC m=+37.537288040 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d24cc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d25200): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d25200): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d25200): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27a78f0 item 94 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d25200): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d25200): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.193670881 +0000 UTC m=+37.537683909 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d25200): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d25900): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d25900): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d25900): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d25900): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d25900): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.193670881 +0000 UTC m=+37.537683909 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d25900): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27a7c00 item 94 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3e040): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3e040): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3e040): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3e040): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3e040): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3e040): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3e040): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3e040): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.194997128 +0000 UTC m=+37.539010156 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3e040): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3e580): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3e580): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3e580): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c28230 item 95 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3e580): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3e580): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.201110025 +0000 UTC m=+37.545123053 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3e580): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3ec80): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3ec80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3ec80): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3ec80): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3ec80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.201110025 +0000 UTC m=+37.545123053 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3ec80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c283f0 item 95 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3f2c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3f2c0): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3f2c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3f2c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3f2c0): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3f2c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3f2c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3f2c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.20373609 +0000 UTC m=+37.547749118 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3f2c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3f800): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3f800): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3f800): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c28770 item 96 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3f800): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3f800): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.206482843 +0000 UTC m=+37.550495871 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d3f800): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5a000): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5a000): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5a000): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5a000): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5a000): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.206482843 +0000 UTC m=+37.550495871 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5a000): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c28930 item 96 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= 2026/04/19 01:01:03 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:03 DEBUG : Looking for writers 2026/04/19 01:01:03 DEBUG : >WaitForWriters: 2026/04/19 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:03 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:01:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:01:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/04/19 01:01:03 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5aa80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5aa80): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5aa80): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5aa80): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5aa80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.224672272 +0000 UTC m=+37.568685300 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5aa80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5af00): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5af00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5af00): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5af00): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5af00): _writeAt: size=3, off=2 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5af00): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5af00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.224672272 +0000 UTC m=+37.568685300 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5af00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea77c0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea77c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea77c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea77c0): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea77c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.224672272 +0000 UTC m=+37.568685300 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea77c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2889c70 item 1 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6300): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6300): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6300): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6300): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6300): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.236819338 +0000 UTC m=+37.580832365 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6300): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6800): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6800): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6800): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6800): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6800): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.236819338 +0000 UTC m=+37.580832365 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6800): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2aa2e00 item 2 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6e40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6e40): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6e40): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6e40): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6e40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.242969153 +0000 UTC m=+37.586982182 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea6e40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea72c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea72c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea72c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea72c0): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea72c0): _writeAt: size=3, off=2 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea72c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea72c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.242969153 +0000 UTC m=+37.586982182 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea72c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea7d80): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea7d80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea7d80): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea7d80): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea7d80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.242969153 +0000 UTC m=+37.586982182 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ea7d80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2aa3260 item 3 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1e180): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1e180): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1e180): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1e180): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1e180): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.249205805 +0000 UTC m=+37.593218833 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1e180): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1e780): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1e780): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1e780): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1e780): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1e780): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.249205805 +0000 UTC m=+37.593218833 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1e780): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2888540 item 4 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5a4c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5a4c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5a4c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5a4c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5a4c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.255693501 +0000 UTC m=+37.599706529 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5a4c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5a980): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5a980): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5a980): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5a980): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5a980): _writeAt: size=3, off=2 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5a980): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5a980): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.255693501 +0000 UTC m=+37.599706529 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5a980): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5ae40): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5ae40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5ae40): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5ae40): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5ae40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.255693501 +0000 UTC m=+37.599706529 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5ae40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2aa3880 item 5 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5b500): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5b500): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5b500): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5b500): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5b500): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.261439494 +0000 UTC m=+37.605452522 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5b500): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5ba40): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5ba40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5ba40): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5ba40): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5ba40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.261439494 +0000 UTC m=+37.605452522 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d5ba40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2aa3d50 item 6 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ee500): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ee500): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ee500): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ee500): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ee500): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.266593308 +0000 UTC m=+37.610606335 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ee500): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ef300): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ef300): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ef300): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ef300): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ef300): _writeAt: size=3, off=2 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ef300): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ef300): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.266593308 +0000 UTC m=+37.610606335 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ef300): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ef8c0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ef8c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ef8c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ef8c0): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ef8c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.266593308 +0000 UTC m=+37.610606335 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ef8c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27dc850 item 7 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc280): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc280): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc280): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc280): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc280): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.268864702 +0000 UTC m=+37.612877730 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc280): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc840): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc840): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc840): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc840): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc840): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.268864702 +0000 UTC m=+37.612877730 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc840): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27dd030 item 8 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfce00): _readAt: size=2, off=0 2026/04/19 01:01:03 ERROR : open-test-file(0x12ddf2cfce00): Couldn't read size of file 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfce00): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfce00): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfce00): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfce00): close: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfce00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd1c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd1c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd1c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd1c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd1c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.271166544 +0000 UTC m=+37.615179572 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd1c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd640): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd640): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd640): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd640): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd640): _writeAt: size=3, off=2 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd640): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd640): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.271166544 +0000 UTC m=+37.615179572 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd640): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfdb40): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfdb40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfdb40): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfdb40): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfdb40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.271166544 +0000 UTC m=+37.615179572 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfdb40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27dd880 item 9 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf28948c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf28948c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf28948c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf28948c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf28948c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.275051679 +0000 UTC m=+37.619064707 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf28948c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2894fc0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2894fc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2894fc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2894fc0): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2894fc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.275051679 +0000 UTC m=+37.619064707 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2894fc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b2310 item 10 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1f980): _readAt: size=2, off=0 2026/04/19 01:01:03 ERROR : open-test-file(0x12ddf2a1f980): Couldn't read size of file 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1f980): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1f980): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1f980): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1f980): close: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1f980): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1fd40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1fd40): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1fd40): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1fd40): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1fd40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.277706618 +0000 UTC m=+37.621719646 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1fd40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27ef700): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27ef700): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27ef700): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27ef700): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27ef700): _writeAt: size=3, off=2 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27ef700): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27ef700): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.277706618 +0000 UTC m=+37.621719646 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27ef700): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27efc80): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27efc80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27efc80): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27efc80): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27efc80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.277706618 +0000 UTC m=+37.621719646 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27efc80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2888a10 item 11 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b08800): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b08800): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b08800): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b08800): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b08800): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.280199041 +0000 UTC m=+37.624212069 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b08800): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09140): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09140): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09140): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09140): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09140): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.280199041 +0000 UTC m=+37.624212069 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09140): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2889b90 item 12 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09a40): _readAt: size=2, off=0 2026/04/19 01:01:03 ERROR : open-test-file(0x12ddf2b09a40): Couldn't read size of file 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09a40): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09a40): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09a40): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09a40): close: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09a40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09e00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09e00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09e00): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09e00): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09e00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.284551249 +0000 UTC m=+37.628564277 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09e00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c5c0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c5c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c5c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c5c0): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c5c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.284551249 +0000 UTC m=+37.628564277 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c5c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf23aabd0 item 13 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e64440): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e64440): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e64440): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e64440): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e64440): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.28952929 +0000 UTC m=+37.633542319 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e64440): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e64980): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e64980): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e64980): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e64980): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e64980): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.28952929 +0000 UTC m=+37.633542319 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e64980): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5c2a0 item 14 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e64fc0): _readAt: size=2, off=0 2026/04/19 01:01:03 ERROR : open-test-file(0x12ddf2e64fc0): Couldn't read size of file 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e64fc0): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e64fc0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e64fc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e64fc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e64fc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e65380): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e65380): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e65380): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e65380): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e65380): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.293784886 +0000 UTC m=+37.637797914 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e65380): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e65a40): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e65a40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e65a40): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e65a40): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e65a40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.293784886 +0000 UTC m=+37.637797914 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e65a40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5c690 item 15 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa61c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa61c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa61c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa61c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa61c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.300453503 +0000 UTC m=+37.644466531 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa61c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa6700): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa6700): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa6700): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa6700): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa6700): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.300453503 +0000 UTC m=+37.644466531 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa6700): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5caf0 item 16 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa6d40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa6d40): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa6d40): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa6d40): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa6d40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.306121258 +0000 UTC m=+37.650134287 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa6d40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa71c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa71c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa71c0): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa71c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa71c0): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa71c0): _writeAt: size=3, off=7 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa71c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa71c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.306121258 +0000 UTC m=+37.650134287 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa71c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c980): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c980): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c980): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c980): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c980): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.306121258 +0000 UTC m=+37.650134287 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c980): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5cf50 item 17 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2895b00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2895b00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2895b00): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2895b00): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2895b00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.311741725 +0000 UTC m=+37.655754773 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2895b00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296a3c0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296a3c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296a3c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296a3c0): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296a3c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.311741725 +0000 UTC m=+37.655754773 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296a3c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b2690 item 18 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296aa40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296aa40): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296aa40): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296aa40): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296aa40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.315342132 +0000 UTC m=+37.659355160 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296aa40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296af40): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296af40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296af40): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296af40): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296af40): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296af40): _writeAt: size=3, off=7 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296af40): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296af40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.315342132 +0000 UTC m=+37.659355160 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296af40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296b440): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296b440): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296b440): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296b440): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296b440): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.315342132 +0000 UTC m=+37.659355160 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296b440): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b2af0 item 19 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296bac0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296bac0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296bac0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296bac0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296bac0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.326425156 +0000 UTC m=+37.670438184 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf296bac0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2996100): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2996100): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2996100): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2996100): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2996100): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.326425156 +0000 UTC m=+37.670438184 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2996100): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b2fc0 item 20 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d040): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d040): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d040): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d040): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d040): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.332186127 +0000 UTC m=+37.676199155 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d040): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d540): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d540): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d540): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d540): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d540): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d540): _writeAt: size=3, off=7 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d540): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d540): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.332186127 +0000 UTC m=+37.676199155 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d540): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8da40): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8da40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8da40): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8da40): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8da40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.332186127 +0000 UTC m=+37.676199155 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8da40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf23ab960 item 21 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa77c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa77c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa77c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa77c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa77c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.338120085 +0000 UTC m=+37.682133114 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa77c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa7d00): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa7d00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa7d00): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa7d00): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa7d00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.338120085 +0000 UTC m=+37.682133114 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fa7d00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5d2d0 item 22 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb4480): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb4480): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb4480): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb4480): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb4480): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.342151999 +0000 UTC m=+37.686165027 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb4480): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb4980): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb4980): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb4980): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb4980): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb4980): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb4980): _writeAt: size=3, off=7 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb4980): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb4980): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.342151999 +0000 UTC m=+37.686165027 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb4980): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb4e80): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb4e80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb4e80): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb4e80): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb4e80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.342151999 +0000 UTC m=+37.686165027 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb4e80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5d650 item 23 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb5500): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb5500): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb5500): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb5500): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb5500): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.346308887 +0000 UTC m=+37.690321915 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb5500): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb5a40): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb5a40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb5a40): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb5a40): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb5a40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.346308887 +0000 UTC m=+37.690321915 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fb5a40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5dce0 item 24 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34140): _readAt: size=2, off=0 2026/04/19 01:01:03 ERROR : open-test-file(0x12ddf2a34140): Couldn't read size of file 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34140): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34140): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34140): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34140): close: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34140): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34500): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34500): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34500): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34500): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34500): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.351993946 +0000 UTC m=+37.696006974 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34500): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34a00): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34a00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34a00): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34a00): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34a00): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34a00): _writeAt: size=3, off=7 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34a00): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34a00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.351993946 +0000 UTC m=+37.696006974 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34a00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34f40): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34f40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34f40): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34f40): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34f40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.351993946 +0000 UTC m=+37.696006974 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a34f40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2a7c2a0 item 25 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a355c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a355c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a355c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a355c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a355c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.36116261 +0000 UTC m=+37.705175638 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a355c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a35b00): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a35b00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a35b00): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a35b00): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a35b00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.36116261 +0000 UTC m=+37.705175638 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a35b00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2a7c8c0 item 26 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a56240): _readAt: size=2, off=0 2026/04/19 01:01:03 ERROR : open-test-file(0x12ddf2a56240): Couldn't read size of file 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a56240): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a56240): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a56240): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a56240): close: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a56240): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a56600): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a56600): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a56600): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a56600): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a56600): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.363891389 +0000 UTC m=+37.707904417 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a56600): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a56b00): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a56b00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a56b00): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a56b00): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a56b00): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a56b00): _writeAt: size=3, off=7 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a56b00): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a56b00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.363891389 +0000 UTC m=+37.707904417 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a56b00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a57040): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a57040): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a57040): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a57040): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a57040): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.363891389 +0000 UTC m=+37.707904417 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a57040): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2a7cc40 item 27 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fca200): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fca200): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fca200): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fca200): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fca200): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.369813876 +0000 UTC m=+37.713826904 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fca200): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fca740): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fca740): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fca740): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fca740): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fca740): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.369813876 +0000 UTC m=+37.713826904 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fca740): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27f4700 item 28 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcad80): _readAt: size=2, off=0 2026/04/19 01:01:03 ERROR : open-test-file(0x12ddf2fcad80): Couldn't read size of file 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcad80): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcad80): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcad80): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcad80): close: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcad80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcb140): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcb140): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcb140): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcb140): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcb140): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.376145326 +0000 UTC m=+37.720158354 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcb140): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcb800): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcb800): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcb800): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcb800): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcb800): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.376145326 +0000 UTC m=+37.720158354 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcb800): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27f4fc0 item 29 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcbe80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcbe80): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcbe80): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcbe80): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcbe80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.380627209 +0000 UTC m=+37.724640238 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fcbe80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a57540): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a57540): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a57540): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a57540): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a57540): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.380627209 +0000 UTC m=+37.724640238 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a57540): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27f5a40 item 30 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a57b80): _readAt: size=2, off=0 2026/04/19 01:01:03 ERROR : open-test-file(0x12ddf2a57b80): Couldn't read size of file 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a57b80): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a57b80): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a57b80): >_writeAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a57b80): close: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a57b80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8a040): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8a040): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8a040): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8a040): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8a040): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.384535268 +0000 UTC m=+37.728548297 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8a040): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8a700): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8a700): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8a700): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8a700): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8a700): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.384535268 +0000 UTC m=+37.728548297 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8a700): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2a7d340 item 31 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8ad80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8ad80): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8ad80): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8ad80): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8ad80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.388128121 +0000 UTC m=+37.732141148 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8ad80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8b2c0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8b2c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8b2c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8b2c0): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8b2c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.388128121 +0000 UTC m=+37.732141148 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8b2c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2a7d7a0 item 32 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8b900): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8b900): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8b900): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8b900): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8b900): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.393150045 +0000 UTC m=+37.737163073 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8b900): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8bd80): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8bd80): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8bd80): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8bd80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8bd80): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2a7dc00 item 33 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8bd80): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8bd80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.394098959 +0000 UTC m=+37.738111987 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a8bd80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af4380): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af4380): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af4380): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af4380): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af4380): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.394098959 +0000 UTC m=+37.738111987 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af4380): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2a7ddc0 item 33 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af49c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af49c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af49c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af49c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af49c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.398498407 +0000 UTC m=+37.742511445 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af49c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af4e40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af4e40): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27e2f50 item 34 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af4e40): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af4e40): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af4e40): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af4e40): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af4e40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.39920907 +0000 UTC m=+37.743222098 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af4e40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af5380): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af5380): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af5380): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af5380): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af5380): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.39920907 +0000 UTC m=+37.743222098 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af5380): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27e3c00 item 34 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af59c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af59c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af59c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af59c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af59c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.401836327 +0000 UTC m=+37.745849356 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af59c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe0680): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe0680): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe0680): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe0680): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe0680): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27f5c00 item 35 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe0680): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe0680): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.40355109 +0000 UTC m=+37.747564118 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe0680): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe0b80): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe0b80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe0b80): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe0b80): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe0b80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.40355109 +0000 UTC m=+37.747564118 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe0b80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27d21c0 item 35 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe1200): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe1200): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe1200): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe1200): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe1200): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.405976244 +0000 UTC m=+37.749989272 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe1200): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe1700): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe1700): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27d2930 item 36 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe1700): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe1700): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe1700): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe1700): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe1700): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.406987045 +0000 UTC m=+37.751000073 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe1700): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe1c40): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe1c40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe1c40): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe1c40): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe1c40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.406987045 +0000 UTC m=+37.751000073 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2fe1c40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27d2cb0 item 36 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff6380): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff6380): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff6380): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff6380): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff6380): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.409018947 +0000 UTC m=+37.753031976 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff6380): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff6800): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff6800): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff6800): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff6800): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff6800): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27d3110 item 37 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff6800): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff6800): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.410674677 +0000 UTC m=+37.754687705 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff6800): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff6d00): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff6d00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff6d00): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff6d00): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff6d00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.410674677 +0000 UTC m=+37.754687705 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff6d00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27d3490 item 37 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff7380): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff7380): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff7380): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff7380): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff7380): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.413906878 +0000 UTC m=+37.757919907 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff7380): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff7880): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff7880): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27d3c70 item 38 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff7880): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff7880): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff7880): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff7880): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff7880): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.416622312 +0000 UTC m=+37.760635340 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff7880): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff7dc0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff7dc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff7dc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff7dc0): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff7dc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.416622312 +0000 UTC m=+37.760635340 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ff7dc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2b2c000 item 38 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bba540): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bba540): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bba540): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bba540): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bba540): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.421893007 +0000 UTC m=+37.765906035 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bba540): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbaa40): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbaa40): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbaa40): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbaa40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbaa40): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2b2c3f0 item 39 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbaa40): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbaa40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.422543296 +0000 UTC m=+37.766556324 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbaa40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbaf40): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbaf40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbaf40): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbaf40): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbaf40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.422543296 +0000 UTC m=+37.766556324 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbaf40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2b2c5b0 item 39 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbb5c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbb5c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbb5c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbb5c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbb5c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.428563057 +0000 UTC m=+37.772576085 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbb5c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbbac0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbbac0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2b2ce70 item 40 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbbac0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbbac0): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbbac0): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbbac0): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbbac0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.429356316 +0000 UTC m=+37.773369364 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2bbbac0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be2100): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be2100): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be2100): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be2100): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be2100): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.429356316 +0000 UTC m=+37.773369364 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be2100): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2b2d030 item 40 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be26c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be26c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be26c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be26c0): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be26c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be26c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be26c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.433885459 +0000 UTC m=+37.777898488 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be26c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be2bc0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be2bc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be2bc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2b2d420 item 41 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be2bc0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be2bc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.447551737 +0000 UTC m=+37.791564765 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be2bc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be3080): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be3080): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be3080): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be3080): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be3080): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2b2d8f0 item 41 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be3080): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be3080): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.449398087 +0000 UTC m=+37.793411115 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be3080): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be35c0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be35c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be35c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be35c0): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be35c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.449398087 +0000 UTC m=+37.793411115 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be35c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2b2db20 item 41 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be3c00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be3c00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be3c00): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be3c00): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be3c00): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be3c00): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be3c00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.451784039 +0000 UTC m=+37.795797067 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2be3c00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c38200): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c38200): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c38200): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf305e150 item 42 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c38200): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c38200): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.452401316 +0000 UTC m=+37.796414343 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c38200): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c38740): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c38740): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf305e310 item 42 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c38740): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c38740): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c38740): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c38740): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c38740): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.452978577 +0000 UTC m=+37.796991605 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c38740): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c38cc0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c38cc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c38cc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c38cc0): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c38cc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.452978577 +0000 UTC m=+37.796991605 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c38cc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf305e5b0 item 42 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c39300): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c39300): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c39300): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c39300): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c39300): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c39300): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c39300): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.454233029 +0000 UTC m=+37.798246057 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c39300): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c39800): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c39800): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c39800): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf305ec40 item 43 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c39800): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c39800): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.454715661 +0000 UTC m=+37.798728689 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c39800): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c39d40): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c39d40): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c39d40): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c39d40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c39d40): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf305ee00 item 43 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c39d40): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c39d40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.455271852 +0000 UTC m=+37.799284881 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c39d40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c58380): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c58380): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c58380): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c58380): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c58380): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.455271852 +0000 UTC m=+37.799284881 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c58380): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf305efc0 item 43 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c589c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c589c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c589c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c589c0): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c589c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c589c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c589c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.456778571 +0000 UTC m=+37.800791599 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c589c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c58ec0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c58ec0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c58ec0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf305f340 item 44 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c58ec0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c58ec0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.457292162 +0000 UTC m=+37.801305190 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c58ec0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c59400): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c59400): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf305f500 item 44 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c59400): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c59400): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c59400): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c59400): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c59400): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.45773534 +0000 UTC m=+37.801748368 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c59400): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c59980): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c59980): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c59980): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c59980): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c59980): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.45773534 +0000 UTC m=+37.801748368 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c59980): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf305f810 item 44 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c860c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c860c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c860c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c860c0): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c860c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c860c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c860c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.462002628 +0000 UTC m=+37.806015655 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c860c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c865c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c865c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c865c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf305fb90 item 45 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c865c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c865c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.462444183 +0000 UTC m=+37.806457210 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c865c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c86cc0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c86cc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c86cc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c86cc0): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c86cc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.462444183 +0000 UTC m=+37.806457210 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c86cc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf305fd50 item 45 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c87300): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c87300): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c87300): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c87300): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c87300): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c87300): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c87300): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.464533342 +0000 UTC m=+37.808546370 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c87300): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c87800): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c87800): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c87800): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ff2230 item 46 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c87800): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c87800): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.464986408 +0000 UTC m=+37.808999436 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2c87800): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca6000): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca6000): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca6000): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca6000): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca6000): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.464986408 +0000 UTC m=+37.808999436 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca6000): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ff2460 item 46 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca6640): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca6640): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca6640): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca6640): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca6640): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca6640): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca6640): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.466222596 +0000 UTC m=+37.810235624 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca6640): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca6b40): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca6b40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca6b40): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ff28c0 item 47 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca6b40): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca6b40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.466704357 +0000 UTC m=+37.810717384 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca6b40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca7240): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca7240): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca7240): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca7240): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca7240): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.466704357 +0000 UTC m=+37.810717384 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca7240): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ff2b60 item 47 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca7880): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca7880): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca7880): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca7880): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca7880): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca7880): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca7880): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.469191679 +0000 UTC m=+37.813204708 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca7880): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca7d80): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca7d80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca7d80): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ff2ee0 item 48 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca7d80): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca7d80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.469508959 +0000 UTC m=+37.813521987 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ca7d80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc4580): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc4580): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc4580): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc4580): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc4580): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.469508959 +0000 UTC m=+37.813521987 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc4580): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ff30a0 item 48 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc4bc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc4bc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc4bc0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc4bc0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc4bc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.470882626 +0000 UTC m=+37.814895654 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc4bc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5040): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5040): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5040): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5040): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5040): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5040): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ff3420 item 49 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5040): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5040): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.471447584 +0000 UTC m=+37.815460613 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5040): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5580): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5580): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5580): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5580): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5580): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.471447584 +0000 UTC m=+37.815460613 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5580): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ff35e0 item 49 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5c00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5c00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5c00): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5c00): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5c00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.472734818 +0000 UTC m=+37.816747846 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cc5c00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6200): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6200): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6200): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ff3960 item 50 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6200): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6200): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6200): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6200): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6200): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.473596807 +0000 UTC m=+37.817609835 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6200): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6780): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6780): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6780): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6780): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6780): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.473596807 +0000 UTC m=+37.817609835 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6780): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ff3b20 item 50 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6e00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6e00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6e00): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6e00): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6e00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.475031609 +0000 UTC m=+37.819044638 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6e00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7300): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7300): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7300): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7300): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7300): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7300): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf3244000 item 51 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7300): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7300): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.475751171 +0000 UTC m=+37.819764199 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7300): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7840): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7840): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7840): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7840): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7840): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.475751171 +0000 UTC m=+37.819764199 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7840): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf32441c0 item 51 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af5e00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af5e00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af5e00): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af5e00): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af5e00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.47773979 +0000 UTC m=+37.821752818 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2af5e00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b42400): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b42400): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b42400): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ba44d0 item 52 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b42400): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b42400): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b42400): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b42400): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b42400): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.479561565 +0000 UTC m=+37.823574593 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b42400): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b42980): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b42980): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b42980): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b42980): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b42980): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.479561565 +0000 UTC m=+37.823574593 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b42980): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ba4700 item 52 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b43000): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b43000): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b43000): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b43000): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b43000): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.480973695 +0000 UTC m=+37.824986722 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b43000): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b43500): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b43500): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b43500): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b43500): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b43500): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b43500): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ba4b60 item 53 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b43500): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b43500): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.481894545 +0000 UTC m=+37.825907573 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b43500): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b43a40): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b43a40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b43a40): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b43a40): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b43a40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.481894545 +0000 UTC m=+37.825907573 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b43a40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ba4d20 item 53 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b761c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b761c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b761c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b761c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b761c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.484551568 +0000 UTC m=+37.828564596 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b761c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b766c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b766c0): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b766c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ba50a0 item 54 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b766c0): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b766c0): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b766c0): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b766c0): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b766c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.485250861 +0000 UTC m=+37.829263888 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b766c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b76c40): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b76c40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b76c40): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b76c40): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b76c40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.485250861 +0000 UTC m=+37.829263888 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b76c40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ba5260 item 54 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b772c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b772c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b772c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b772c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b772c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.488660256 +0000 UTC m=+37.832673284 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b772c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b777c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b777c0): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b777c0): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b777c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b777c0): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b777c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ba55e0 item 55 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b777c0): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b777c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.4892601 +0000 UTC m=+37.833273128 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b777c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b77d00): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b77d00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b77d00): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b77d00): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b77d00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.4892601 +0000 UTC m=+37.833273128 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b77d00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ba57a0 item 55 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d90480): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d90480): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d90480): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d90480): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d90480): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.495746764 +0000 UTC m=+37.839759792 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d90480): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d90980): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d90980): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d90980): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2ba5d50 item 56 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d90980): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d90980): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d90980): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d90980): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d90980): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.499567227 +0000 UTC m=+37.843580255 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d90980): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d90f00): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d90f00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d90f00): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d90f00): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d90f00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.499567227 +0000 UTC m=+37.843580255 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d90f00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf31cc070 item 56 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d91540): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d91540): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d91540): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d91540): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d91540): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d91540): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d91540): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d91540): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.505412728 +0000 UTC m=+37.849425756 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d91540): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d91a80): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d91a80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d91a80): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf31cc3f0 item 57 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d91a80): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d91a80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.506064711 +0000 UTC m=+37.850077739 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d91a80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da40c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da40c0): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da40c0): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da40c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da40c0): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da40c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf31cc5b0 item 57 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da40c0): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da40c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.506967698 +0000 UTC m=+37.850980726 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da40c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da4640): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da4640): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da4640): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da4640): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da4640): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.506967698 +0000 UTC m=+37.850980726 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da4640): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf31cc770 item 57 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08140): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08140): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08140): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08140): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08140): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08140): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08140): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08140): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.512146019 +0000 UTC m=+37.856159057 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08140): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08700): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08700): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08700): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27a6bd0 item 58 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08700): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08700): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.513441158 +0000 UTC m=+37.857454196 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08700): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08c40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08c40): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08c40): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27a7260 item 58 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08c40): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08c40): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08c40): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08c40): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08c40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.513893392 +0000 UTC m=+37.857906421 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08c40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09200): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09200): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09200): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09200): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09200): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.513893392 +0000 UTC m=+37.857906421 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09200): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27a7420 item 58 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09840): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09840): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09840): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09840): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09840): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09840): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09840): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09840): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.517387237 +0000 UTC m=+37.861400266 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09840): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09d80): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09d80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09d80): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27a7ab0 item 59 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09d80): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09d80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.520093193 +0000 UTC m=+37.864106222 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09d80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e323c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e323c0): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e323c0): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e323c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e323c0): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e323c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27a7dc0 item 59 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e323c0): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e323c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.522277794 +0000 UTC m=+37.866290822 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e323c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e32940): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e32940): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e32940): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e32940): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e32940): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.522277794 +0000 UTC m=+37.866290822 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e32940): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c28150 item 59 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da4f40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da4f40): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da4f40): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da4f40): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da4f40): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da4f40): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da4f40): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da4f40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.53439382 +0000 UTC m=+37.878406849 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da4f40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da5480): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da5480): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da5480): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf31cce00 item 60 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da5480): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da5480): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.534800028 +0000 UTC m=+37.878813056 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da5480): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da59c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da59c0): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da59c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf31ccfc0 item 60 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da59c0): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da59c0): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da59c0): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da59c0): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da59c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.53599646 +0000 UTC m=+37.880009488 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2da59c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dca080): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dca080): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dca080): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dca080): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dca080): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.53599646 +0000 UTC m=+37.880009488 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dca080): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf31cd180 item 60 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dca6c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dca6c0): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dca6c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dca6c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dca6c0): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dca6c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dca6c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dca6c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.539584994 +0000 UTC m=+37.883598022 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dca6c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcac00): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcac00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcac00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf31cd570 item 61 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcac00): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcac00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.541104578 +0000 UTC m=+37.885117605 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcac00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e33080): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e33080): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e33080): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e33080): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e33080): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.541104578 +0000 UTC m=+37.885117605 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e33080): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c28310 item 61 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e336c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e336c0): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e336c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e336c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e336c0): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e336c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e336c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e336c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.543418162 +0000 UTC m=+37.887431190 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e336c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e33c00): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e33c00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e33c00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c28690 item 62 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e33c00): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e33c00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.544896757 +0000 UTC m=+37.888909785 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e33c00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e54400): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e54400): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e54400): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e54400): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e54400): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.544896757 +0000 UTC m=+37.888909785 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e54400): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c28850 item 62 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcaf40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcaf40): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcaf40): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcaf40): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcaf40): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcaf40): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcaf40): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcaf40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.551905057 +0000 UTC m=+37.895918085 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcaf40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcb480): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcb480): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcb480): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf31cd810 item 63 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcb480): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcb480): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.555054491 +0000 UTC m=+37.899067520 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcb480): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcbb80): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcbb80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcbb80): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcbb80): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcbb80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.555054491 +0000 UTC m=+37.899067520 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2dcbb80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf31cd9d0 item 63 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df42c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df42c0): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df42c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df42c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df42c0): >_readAt: n=0, err=Bad file descriptor 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df42c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df42c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df42c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.559532337 +0000 UTC m=+37.903545364 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df42c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df4800): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df4800): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df4800): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf31cde30 item 64 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df4800): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df4800): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.561214066 +0000 UTC m=+37.905227094 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df4800): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df4f00): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df4f00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df4f00): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df4f00): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df4f00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.561214066 +0000 UTC m=+37.905227094 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df4f00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c6a1c0 item 64 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df5540): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df5540): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df5540): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df5540): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df5540): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.570154168 +0000 UTC m=+37.914167206 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df5540): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df59c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df59c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df59c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df59c0): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df59c0): _writeAt: size=3, off=2 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c6a770 item 65 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df59c0): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df59c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.573386149 +0000 UTC m=+37.917399177 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df59c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df5ec0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df5ec0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df5ec0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df5ec0): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df5ec0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.573386149 +0000 UTC m=+37.917399177 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2df5ec0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c6aa10 item 65 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb2600): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb2600): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb2600): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb2600): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb2600): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.579994914 +0000 UTC m=+37.924007942 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb2600): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb2a80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb2a80): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c6ad90 item 66 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb2a80): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb2a80): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb2a80): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb2a80): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb2a80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.581694176 +0000 UTC m=+37.925707204 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb2a80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb2fc0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb2fc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb2fc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb2fc0): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb2fc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.581694176 +0000 UTC m=+37.925707204 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb2fc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c6af50 item 66 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb3600): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb3600): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb3600): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb3600): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb3600): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.583014593 +0000 UTC m=+37.927027621 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb3600): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb3a80): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb3a80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb3a80): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb3a80): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb3a80): _writeAt: size=3, off=2 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c6b2d0 item 67 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb3a80): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb3a80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.583660904 +0000 UTC m=+37.927673932 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2eb3a80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee2080): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee2080): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee2080): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee2080): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee2080): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.583660904 +0000 UTC m=+37.927673932 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee2080): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c6b500 item 67 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee2700): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee2700): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee2700): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee2700): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee2700): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.585071191 +0000 UTC m=+37.929084219 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee2700): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee2c00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee2c00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c6b8f0 item 68 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee2c00): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee2c00): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee2c00): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee2c00): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee2c00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.586050532 +0000 UTC m=+37.930063560 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee2c00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee3140): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee3140): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee3140): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee3140): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee3140): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.586050532 +0000 UTC m=+37.930063560 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee3140): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c6bb90 item 68 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee3780): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee3780): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee3780): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee3780): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee3780): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.587612024 +0000 UTC m=+37.931625052 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee3780): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee3c00): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee3c00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee3c00): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee3c00): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee3c00): _writeAt: size=3, off=2 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2bae230 item 69 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee3c00): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee3c00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.588152656 +0000 UTC m=+37.932165684 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ee3c00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc200): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc200): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc200): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc200): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc200): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.588152656 +0000 UTC m=+37.932165684 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc200): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2bae3f0 item 69 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e54a80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e54a80): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e54a80): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e54a80): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e54a80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.589601135 +0000 UTC m=+37.933614163 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e54a80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc840): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc840): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c28bd0 item 70 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc840): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc840): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc840): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc840): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc840): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.591541563 +0000 UTC m=+37.935554591 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc840): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efcd80): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efcd80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efcd80): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efcd80): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efcd80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.591541563 +0000 UTC m=+37.935554591 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efcd80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2bae770 item 70 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e543c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e543c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e543c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e543c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e543c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.595942173 +0000 UTC m=+37.939955201 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e543c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e548c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e548c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e548c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e548c0): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e548c0): _writeAt: size=3, off=2 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b2310 item 71 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e548c0): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e548c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.59820421 +0000 UTC m=+37.942217237 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e548c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e54e00): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e54e00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e54e00): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e54e00): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e54e00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.59820421 +0000 UTC m=+37.942217237 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e54e00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b24d0 item 71 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e55480): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e55480): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e55480): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e55480): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e55480): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.601534496 +0000 UTC m=+37.945547524 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e55480): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e55980): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e55980): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b2850 item 72 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e55980): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e55980): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e55980): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e55980): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e55980): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.60201296 +0000 UTC m=+37.946025988 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e55980): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e55ec0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e55ec0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e55ec0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e55ec0): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e55ec0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.60201296 +0000 UTC m=+37.946025988 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e55ec0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b2af0 item 72 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc580): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc580): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc580): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc580): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc580): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc580): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc580): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.605763081 +0000 UTC m=+37.949776109 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efc580): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd1c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd1c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd1c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b2e70 item 73 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd1c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd1c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.606400446 +0000 UTC m=+37.950413474 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd1c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd680): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd680): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd680): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd680): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd680): _writeAt: size=3, off=2 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b3030 item 73 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd680): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd680): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.606821852 +0000 UTC m=+37.950834880 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efd680): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efdbc0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efdbc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efdbc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efdbc0): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efdbc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.606821852 +0000 UTC m=+37.950834880 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2efdbc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b31f0 item 73 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0c340): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0c340): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0c340): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0c340): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0c340): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0c340): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0c340): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.608950767 +0000 UTC m=+37.952963795 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0c340): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0c840): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0c840): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0c840): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b3570 item 74 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0c840): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0c840): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.60940221 +0000 UTC m=+37.953415238 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0c840): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0cd80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0cd80): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b3730 item 74 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0cd80): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0cd80): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0cd80): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0cd80): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0cd80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.610681519 +0000 UTC m=+37.954694547 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0cd80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0d300): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0d300): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0d300): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0d300): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0d300): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.610681519 +0000 UTC m=+37.954694547 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0d300): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b38f0 item 74 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0d940): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0d940): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0d940): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0d940): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0d940): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0d940): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0d940): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.612313664 +0000 UTC m=+37.956326693 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0d940): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0de40): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0de40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0de40): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf30b3c70 item 75 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0de40): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0de40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.612751593 +0000 UTC m=+37.956764620 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d0de40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ee800): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ee800): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ee800): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ee800): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ee800): _writeAt: size=3, off=2 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c28070 item 75 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ee800): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ee800): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.613375723 +0000 UTC m=+37.957388751 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ee800): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ef6c0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ef6c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ef6c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ef6c0): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ef6c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.613375723 +0000 UTC m=+37.957388751 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf26ef6c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c28230 item 75 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc080): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc080): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc080): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc080): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc080): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc080): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc080): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.615142193 +0000 UTC m=+37.959155220 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc080): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc580): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc580): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc580): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c285b0 item 76 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc580): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc580): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.616016225 +0000 UTC m=+37.960029253 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfc580): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfcb40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfcb40): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c28770 item 76 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfcb40): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfcb40): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfcb40): _writeAt: size=3, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfcb40): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfcb40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.616534515 +0000 UTC m=+37.960547543 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfcb40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd0c0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd0c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd0c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd0c0): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd0c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.616534515 +0000 UTC m=+37.960547543 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd0c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c28930 item 76 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd700): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd700): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd700): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd700): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd700): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd700): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd700): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.618146192 +0000 UTC m=+37.962159220 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfd700): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfdc00): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfdc00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfdc00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c28e70 item 77 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfdc00): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfdc00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.618916348 +0000 UTC m=+37.962929376 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2cfdc00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1e440): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1e440): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1e440): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1e440): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1e440): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.618916348 +0000 UTC m=+37.962929376 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1e440): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c290a0 item 77 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1ee00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1ee00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1ee00): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1ee00): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1ee00): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1ee00): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1ee00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.62051968 +0000 UTC m=+37.964532707 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1ee00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1fbc0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1fbc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1fbc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c29420 item 78 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1fbc0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1fbc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.620959691 +0000 UTC m=+37.964972720 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a1fbc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27ef780): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27ef780): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27ef780): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27ef780): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27ef780): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.620959691 +0000 UTC m=+37.964972720 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27ef780): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c295e0 item 78 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b081c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b081c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b081c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b081c0): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b081c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b081c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b081c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.622414231 +0000 UTC m=+37.966427259 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b081c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b08c80): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b08c80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b08c80): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2bae230 item 79 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b08c80): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b08c80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.623282212 +0000 UTC m=+37.967295240 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b08c80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09800): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09800): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09800): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09800): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09800): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.623282212 +0000 UTC m=+37.967295240 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09800): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2bae3f0 item 79 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09e40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09e40): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09e40): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09e40): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09e40): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09e40): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09e40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.625390578 +0000 UTC m=+37.969403606 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b09e40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2894c00): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2894c00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2894c00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2baeaf0 item 80 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2894c00): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2894c00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.626922534 +0000 UTC m=+37.970935562 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2894c00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2895340): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2895340): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2895340): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2895340): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2895340): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.626922534 +0000 UTC m=+37.970935562 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2895340): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2baee00 item 80 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c180): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c180): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c180): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c180): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c180): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.630345305 +0000 UTC m=+37.974358334 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c180): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c600): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c600): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c600): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c600): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c600): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c600): _writeAt: size=3, off=7 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2baf260 item 81 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c600): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c600): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.631159836 +0000 UTC m=+37.975172863 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8c600): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cbc0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cbc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cbc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cbc0): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cbc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.631159836 +0000 UTC m=+37.975172863 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8cbc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2baf490 item 81 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08000): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08000): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08000): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08000): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08000): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.633038347 +0000 UTC m=+37.977051375 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08000): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08580): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08580): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08580): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf3244150 item 82 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08580): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08580): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08580): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08580): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08580): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.634282419 +0000 UTC m=+37.978295446 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08580): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08b00): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08b00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08b00): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08b00): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08b00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.634282419 +0000 UTC m=+37.978295446 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e08b00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf32443f0 item 82 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09180): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09180): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09180): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09180): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09180): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.638110938 +0000 UTC m=+37.982123965 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09180): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09680): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09680): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09680): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09680): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09680): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09680): _writeAt: size=3, off=7 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf32447e0 item 83 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09680): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09680): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.639352935 +0000 UTC m=+37.983365963 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09680): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09bc0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09bc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09bc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09bc0): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09bc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.639352935 +0000 UTC m=+37.983365963 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2e09bc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf32449a0 item 83 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6340): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6340): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6340): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6340): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6340): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.641351995 +0000 UTC m=+37.985365023 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6340): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6840): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6840): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6840): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf3244d20 item 84 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6840): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6840): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6840): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6840): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6840): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.641956758 +0000 UTC m=+37.985969786 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6840): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6dc0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6dc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6dc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6dc0): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6dc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.641956758 +0000 UTC m=+37.985969786 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce6dc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf3245030 item 84 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d3c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d3c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d3c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d3c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d3c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.644619332 +0000 UTC m=+37.988632360 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d3c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d8c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d8c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d8c0): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d8c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d8c0): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d8c0): _writeAt: size=3, off=7 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2baf810 item 85 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d8c0): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d8c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.646076226 +0000 UTC m=+37.990089255 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8d8c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8de00): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8de00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8de00): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8de00): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8de00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.646076226 +0000 UTC m=+37.990089255 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2b8de00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2baf9d0 item 85 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f8580): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f8580): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f8580): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f8580): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f8580): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.648468279 +0000 UTC m=+37.992481307 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f8580): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f8a80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f8a80): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f8a80): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2bafdc0 item 86 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f8a80): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f8a80): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f8a80): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f8a80): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f8a80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.649018178 +0000 UTC m=+37.993031206 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f8a80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f9000): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f9000): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f9000): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f9000): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f9000): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.649018178 +0000 UTC m=+37.993031206 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f9000): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2aa2380 item 86 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f9680): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f9680): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f9680): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f9680): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f9680): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.651225491 +0000 UTC m=+37.995238519 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f9680): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f9b80): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f9b80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f9b80): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f9b80): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f9b80): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f9b80): _writeAt: size=3, off=7 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2aa2e70 item 87 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f9b80): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f9b80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.65192861 +0000 UTC m=+37.995941638 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf29f9b80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298e1c0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298e1c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298e1c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298e1c0): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298e1c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.65192861 +0000 UTC m=+37.995941638 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298e1c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2aa3110 item 87 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7440): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7440): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7440): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7440): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7440): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.653433957 +0000 UTC m=+37.997446985 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7440): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7940): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7940): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7940): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf32453b0 item 88 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7940): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7940): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7940): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7940): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7940): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.654289885 +0000 UTC m=+37.998302913 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2ce7940): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2806180): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2806180): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2806180): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2806180): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2806180): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.654289885 +0000 UTC m=+37.998302913 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2806180): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf3245570 item 88 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf28067c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf28067c0): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf28067c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf28067c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf28067c0): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf28067c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf28067c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf28067c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.656329691 +0000 UTC m=+38.000342720 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf28067c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2806d00): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2806d00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2806d00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf32459d0 item 89 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2806d00): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2806d00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.656987706 +0000 UTC m=+38.001000733 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2806d00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2807240): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2807240): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2807240): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2807240): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2807240): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2807240): _writeAt: size=3, off=7 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf3245d50 item 89 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2807240): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2807240): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.657993889 +0000 UTC m=+38.002006916 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2807240): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf28077c0): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf28077c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf28077c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf28077c0): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf28077c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.657993889 +0000 UTC m=+38.002006916 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf28077c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27dc310 item 89 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2807e00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2807e00): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2807e00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2807e00): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2807e00): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2807e00): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2807e00): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2807e00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.659686317 +0000 UTC m=+38.003699346 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2807e00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a22440): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a22440): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a22440): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27dcb60 item 90 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a22440): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a22440): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.661333391 +0000 UTC m=+38.005346560 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a22440): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a22980): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a22980): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a22980): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27dce00 item 90 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a22980): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a22980): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a22980): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a22980): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a22980): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.662645643 +0000 UTC m=+38.006658670 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a22980): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a22f40): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a22f40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a22f40): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a22f40): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a22f40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.662645643 +0000 UTC m=+38.006658670 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a22f40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27dd110 item 90 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a23580): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a23580): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a23580): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a23580): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a23580): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a23580): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a23580): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a23580): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.667418867 +0000 UTC m=+38.011431895 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a23580): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a23ac0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a23ac0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a23ac0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27dd8f0 item 91 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a23ac0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a23ac0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.668606241 +0000 UTC m=+38.012619270 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a23ac0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a3a100): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a3a100): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a3a100): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a3a100): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a3a100): >_readAt: n=2, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a3a100): _writeAt: size=3, off=7 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf27dde30 item 91 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a3a100): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a3a100): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.669350468 +0000 UTC m=+38.013363527 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a3a100): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298ec00): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298ec00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298ec00): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298ec00): >_readAt: n=8, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298ec00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.669350468 +0000 UTC m=+38.013363527 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298ec00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2aa3500 item 91 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298f240): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298f240): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298f240): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298f240): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298f240): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298f240): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298f240): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298f240): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.673378303 +0000 UTC m=+38.017391332 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298f240): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298f780): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298f780): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298f780): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2aa38f0 item 92 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298f780): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298f780): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.673908646 +0000 UTC m=+38.017921715 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298f780): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298fcc0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298fcc0): open at offset 5 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298fcc0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2aa3ab0 item 92 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298fcc0): _readAt: size=2, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298fcc0): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298fcc0): _writeAt: size=3, off=5 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298fcc0): >_writeAt: n=3, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298fcc0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.675459659 +0000 UTC m=+38.019472727 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf298fcc0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a84380): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a84380): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a84380): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a84380): >_readAt: n=3, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a84380): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.675459659 +0000 UTC m=+38.019472727 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2a84380): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2aa3c70 item 92 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27efe40): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27efe40): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27efe40): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27efe40): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27efe40): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27efe40): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27efe40): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27efe40): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.677891085 +0000 UTC m=+38.021904113 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf27efe40): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2e480): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2e480): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2e480): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2c29e30 item 93 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2e480): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2e480): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.678985474 +0000 UTC m=+38.022998502 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2e480): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2eb80): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2eb80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2eb80): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2eb80): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2eb80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.678985474 +0000 UTC m=+38.022998502 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2eb80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5c230 item 93 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2f1c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2f1c0): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2f1c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2f1c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2f1c0): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2f1c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2f1c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2f1c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.681122024 +0000 UTC m=+38.025135072 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2f1c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2f700): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2f700): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2f700): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5c620 item 94 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2f700): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2f700): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.682111365 +0000 UTC m=+38.026124392 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2f700): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2fe00): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2fe00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2fe00): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2fe00): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2fe00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.682111365 +0000 UTC m=+38.026124392 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d2fe00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5c8c0 item 94 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d46540): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d46540): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d46540): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d46540): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d46540): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d46540): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d46540): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d46540): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.684307076 +0000 UTC m=+38.028320103 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d46540): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d46a80): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d46a80): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d46a80): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5cd20 item 95 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d46a80): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d46a80): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.684761915 +0000 UTC m=+38.028774943 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d46a80): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d47180): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d47180): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d47180): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d47180): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d47180): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.684761915 +0000 UTC m=+38.028774943 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d47180): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5cee0 item 95 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d477c0): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d477c0): open at offset 0 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d477c0): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d477c0): _readAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d477c0): >_readAt: n=0, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d477c0): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d477c0): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d477c0): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.686641529 +0000 UTC m=+38.030654556 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d477c0): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d47d00): _writeAt: size=5, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d47d00): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d47d00): >openPending: err= 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5d260 item 96 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d47d00): >_writeAt: n=5, err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d47d00): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.687660966 +0000 UTC m=+38.031673994 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d47d00): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/19 01:01:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/19 01:01:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d7c500): _readAt: size=512, off=0 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d7c500): openPending: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d7c500): >openPending: err= 2026/04/19 01:01:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d7c500): >_readAt: n=5, err=EOF 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d7c500): close: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-19 01:01:03.687660966 +0000 UTC m=+38.031673994 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : open-test-file(0x12ddf2d7c500): >close: err= 2026/04/19 01:01:03 DEBUG : open-test-file: Remove: 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12ddf2f5d420 item 96 2026/04/19 01:01:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/19 01:01:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/19 01:01:03 DEBUG : open-test-file: >Remove: err= 2026/04/19 01:01:03 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:03 DEBUG : Looking for writers 2026/04/19 01:01:03 DEBUG : >WaitForWriters: 2026/04/19 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.99s) --- PASS: TestRWFileHandleOpenTests/writes (0.52s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.01s) --- 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.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.01s) --- 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.01s) --- 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.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.02s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full (0.48s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.02s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.02s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.01s) --- 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.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:03 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:01:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:01:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:03 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:01:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:03 DEBUG : file1: newRWFileHandle: 2026/04/19 01:01:03 DEBUG : file1(0x12ddf2b8e100): openPending: 2026/04/19 01:01:03 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:03 DEBUG : file1(0x12ddf2b8e100): >openPending: err= 2026/04/19 01:01:03 DEBUG : file1: >newRWFileHandle: err= 2026/04/19 01:01:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:03 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/19 01:01:03 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/19 01:01:03 DEBUG : file1(0x12ddf2b8e100): _writeAt: size=2, off=0 2026/04/19 01:01:03 DEBUG : file1(0x12ddf2b8e100): >_writeAt: n=2, err= 2026/04/19 01:01:03 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/04/19 01:01:03 DEBUG : file1(0x12ddf2b8e100): RWFileHandle.Flush 2026/04/19 01:01:03 DEBUG : file1(0x12ddf2b8e100): RWFileHandle.Release 2026/04/19 01:01:03 DEBUG : file1(0x12ddf2b8e100): close: 2026/04/19 01:01:03 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/04/19 01:01:03 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:03 DEBUG : file1(0x12ddf2b8e100): >close: err= 2026/04/19 01:01:03 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:03 DEBUG : Looking for writers 2026/04/19 01:01:03 DEBUG : file1: reading active writers 2026/04/19 01:01:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/19 01:01:03 DEBUG : Looking for writers 2026/04/19 01:01:03 DEBUG : file1: reading active writers 2026/04/19 01:01:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/19 01:01:03 DEBUG : Looking for writers 2026/04/19 01:01:03 DEBUG : file1: reading active writers 2026/04/19 01:01:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/19 01:01:03 DEBUG : Looking for writers 2026/04/19 01:01:03 DEBUG : file1: reading active writers 2026/04/19 01:01:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/19 01:01:03 DEBUG : file1: vfs cache: starting upload 2026/04/19 01:01:03 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/04/19 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1.a0a9169e.partial" 2026/04/19 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1.a0a9169e.partial 2026/04/19 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1.a0a9169e.partial" 2026/04/19 01:01:03 DEBUG : Looking for writers 2026/04/19 01:01:03 DEBUG : file1: reading active writers 2026/04/19 01:01:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/19 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-wihubep0fozi/file1.a0a9169e.partial 2026/04/19 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:03 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/19 01:01:03 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/04/19 01:01:03 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/04/19 01:01:03 INFO : file1: Copied (new) 2026/04/19 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:03 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:04 DEBUG : Looking for writers 2026/04/19 01:01:04 DEBUG : file1: reading active writers 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:04 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/19 01:01:04 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/04/19 01:01:04 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/19 01:01:04 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/04/19 01:01:04 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:04 INFO : file1: vfs cache: upload succeeded try #1 2026/04/19 01:01:04 DEBUG : >WaitForWriters: 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:04 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:04 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/04/19 01:01:04 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:04 DEBUG : Looking for writers 2026/04/19 01:01:04 DEBUG : file1: reading active writers 2026/04/19 01:01:04 DEBUG : >WaitForWriters: 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.57s) === RUN TestRWCacheRename run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:04 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:01:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:01:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:04 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:04 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:01:04 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:04 DEBUG : rename_me: newRWFileHandle: 2026/04/19 01:01:04 DEBUG : rename_me(0x12ddf2a3a200): openPending: 2026/04/19 01:01:04 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/19 01:01:04 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/04/19 01:01:04 DEBUG : rename_me(0x12ddf2a3a200): >openPending: err= 2026/04/19 01:01:04 DEBUG : rename_me: >newRWFileHandle: err= 2026/04/19 01:01:04 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/04/19 01:01:04 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/04/19 01:01:04 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/04/19 01:01:04 DEBUG : rename_me(0x12ddf2a3a200): _writeAt: size=5, off=0 2026/04/19 01:01:04 DEBUG : rename_me(0x12ddf2a3a200): >_writeAt: n=5, err= 2026/04/19 01:01:04 DEBUG : rename_me(0x12ddf2a3a200): close: 2026/04/19 01:01:04 DEBUG : rename_me: vfs cache: setting modification time to 2026-04-19 01:01:04.266029858 +0000 UTC m=+38.610042886 2026/04/19 01:01:04 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/04/19 01:01:04 DEBUG : rename_me(0x12ddf2a3a200): >close: err= 2026/04/19 01:01:04 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/04/19 01:01:04 DEBUG : i_was_renamed: Updating file with 0x12ddf2a58a90 2026/04/19 01:01:04 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/04/19 01:01:04 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/04/19 01:01:04 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:04 DEBUG : Looking for writers 2026/04/19 01:01:04 DEBUG : i_was_renamed: reading active writers 2026/04/19 01:01:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/19 01:01:04 DEBUG : Looking for writers 2026/04/19 01:01:04 DEBUG : i_was_renamed: reading active writers 2026/04/19 01:01:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/19 01:01:04 DEBUG : Looking for writers 2026/04/19 01:01:04 DEBUG : i_was_renamed: reading active writers 2026/04/19 01:01:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/19 01:01:04 DEBUG : Looking for writers 2026/04/19 01:01:04 DEBUG : i_was_renamed: reading active writers 2026/04/19 01:01:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/19 01:01:04 DEBUG : i_was_renamed: vfs cache: starting upload 2026/04/19 01:01:04 DEBUG : i_was_renamed.769c4c9d.partial: size = 5 OK 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/i_was_renamed.769c4c9d.partial" 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/i_was_renamed.769c4c9d.partial 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/i_was_renamed.769c4c9d.partial" 2026/04/19 01:01:04 DEBUG : Looking for writers 2026/04/19 01:01:04 DEBUG : i_was_renamed: reading active writers 2026/04/19 01:01:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-wihubep0fozi/i_was_renamed.769c4c9d.partial 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:04 DEBUG : i_was_renamed.769c4c9d.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/19 01:01:04 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/19 01:01:04 DEBUG : i_was_renamed.769c4c9d.partial: renamed to: i_was_renamed 2026/04/19 01:01:04 INFO : i_was_renamed: Copied (new) 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/i_was_renamed" 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/i_was_renamed 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/i_was_renamed" 2026/04/19 01:01:04 DEBUG : Looking for writers 2026/04/19 01:01:04 DEBUG : i_was_renamed: reading active writers 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-wihubep0fozi/i_was_renamed 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:04 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/19 01:01:04 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-04-19 01:01:04 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/19 01:01:04 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/04/19 01:01:04 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/04/19 01:01:04 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/04/19 01:01:04 DEBUG : >WaitForWriters: 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.35s) === RUN TestRWCacheUpdate run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:04 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:01:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/19 01:01:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-wihubep0fozi" 2026/04/19 01:01:04 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:04 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:04 DEBUG : forgetting directory cache 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:04 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:04 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate(0x12ddf2a3ad80): _readAt: size=512, off=0 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate(0x12ddf2a3ad80): openPending: 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-19 00:02:04 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/19 01:01:05 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate(0x12ddf2a3ad80): >openPending: err= 2026/04/19 01:01:05 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate(0x12ddf2a3ad80): >_readAt: n=20, err=EOF 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate(0x12ddf2a3ad80): close: 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-19 00:02:04 +0000 UTC 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate(0x12ddf2a3ad80): >close: err= 2026/04/19 01:01:05 DEBUG : Re-reading directory (132.428078ms old) 2026/04/19 01:01:05 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:05 DEBUG : forgetting directory cache 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate(0x12ddf2a3b940): _readAt: size=512, off=0 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate(0x12ddf2a3b940): openPending: 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-19 00:03:04 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-04-19 00:02:04 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-19 00:03:04 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-04-19 00:02:04 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/04/19 01:01:05 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/19 01:01:05 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate(0x12ddf2a3b940): >openPending: err= 2026/04/19 01:01:05 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate(0x12ddf2a3b940): >_readAt: n=20, err=EOF 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate(0x12ddf2a3b940): close: 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-19 00:03:04 +0000 UTC 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate(0x12ddf2a3b940): >close: err= 2026/04/19 01:01:05 DEBUG : Re-reading directory (149.335032ms old) 2026/04/19 01:01:05 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:05 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:05 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:05 DEBUG : forgetting directory cache 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate(0x12ddf2c64440): _readAt: size=512, off=0 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate(0x12ddf2c64440): openPending: 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-19 00:04:04 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-04-19 00:03:04 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-19 00:04:04 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-04-19 00:03:04 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/04/19 01:01:06 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/19 01:01:06 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate(0x12ddf2c64440): >openPending: err= 2026/04/19 01:01:06 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate(0x12ddf2c64440): >_readAt: n=20, err=EOF 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate(0x12ddf2c64440): close: 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-19 00:04:04 +0000 UTC 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate(0x12ddf2c64440): >close: err= 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:06 DEBUG : forgetting directory cache 2026/04/19 01:01:06 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate(0x12ddf2c65040): _readAt: size=512, off=0 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate(0x12ddf2c65040): openPending: 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-19 00:05:04 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-04-19 00:04:04 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-19 00:05:04 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-04-19 00:04:04 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/04/19 01:01:06 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/19 01:01:06 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate(0x12ddf2c65040): >openPending: err= 2026/04/19 01:01:06 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate(0x12ddf2c65040): >_readAt: n=20, err=EOF 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate(0x12ddf2c65040): close: 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-19 00:05:04 +0000 UTC 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate(0x12ddf2c65040): >close: err= 2026/04/19 01:01:06 DEBUG : Re-reading directory (135.374991ms old) 2026/04/19 01:01:06 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:06 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:06 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:07 DEBUG : forgetting directory cache 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate(0x12ddf2c64100): _readAt: size=512, off=0 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate(0x12ddf2c64100): openPending: 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-19 00:06:04 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-04-19 00:05:04 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-19 00:06:04 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-04-19 00:05:04 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/04/19 01:01:07 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/19 01:01:07 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate(0x12ddf2c64100): >openPending: err= 2026/04/19 01:01:07 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate(0x12ddf2c64100): >_readAt: n=20, err=EOF 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate(0x12ddf2c64100): close: 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-19 00:06:04 +0000 UTC 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate(0x12ddf2c64100): >close: err= 2026/04/19 01:01:07 DEBUG : Re-reading directory (108.485844ms old) 2026/04/19 01:01:07 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:07 DEBUG : forgetting directory cache 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate(0x12ddf2b8ef80): _readAt: size=512, off=0 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate(0x12ddf2b8ef80): openPending: 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-19 00:07:04 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-04-19 00:06:04 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-19 00:07:04 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-04-19 00:06:04 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/04/19 01:01:07 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/19 01:01:07 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate(0x12ddf2b8ef80): >openPending: err= 2026/04/19 01:01:07 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate(0x12ddf2b8ef80): >_readAt: n=20, err=EOF 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate(0x12ddf2b8ef80): close: 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-19 00:07:04 +0000 UTC 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate(0x12ddf2b8ef80): >close: err= 2026/04/19 01:01:07 DEBUG : Re-reading directory (115.88928ms old) 2026/04/19 01:01:07 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/19 01:01:07 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:07 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:08 DEBUG : forgetting directory cache 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate(0x12ddf2b8fa40): _readAt: size=512, off=0 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate(0x12ddf2b8fa40): openPending: 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-04-19 00:08:04 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-04-19 00:07:04 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-04-19 00:08:04 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-04-19 00:07:04 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/04/19 01:01:08 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/04/19 01:01:08 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate(0x12ddf2b8fa40): >openPending: err= 2026/04/19 01:01:08 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate(0x12ddf2b8fa40): >_readAt: n=21, err=EOF 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate(0x12ddf2b8fa40): close: 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-19 00:08:04 +0000 UTC 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate(0x12ddf2b8fa40): >close: err= 2026/04/19 01:01:08 DEBUG : Re-reading directory (117.9094ms old) 2026/04/19 01:01:08 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:08 DEBUG : forgetting directory cache 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate(0x12ddf2d7d200): _readAt: size=512, off=0 2026/04/19 01:01:08 DEBUG : TestRWCacheUpdate(0x12ddf2d7d200): openPending: 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:08 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-04-19 00:09:04 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-04-19 00:08:04 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-04-19 00:09:04 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-04-19 00:08:04 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/04/19 01:01:09 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/04/19 01:01:09 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate(0x12ddf2d7d200): >openPending: err= 2026/04/19 01:01:09 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate(0x12ddf2d7d200): >_readAt: n=22, err=EOF 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate(0x12ddf2d7d200): close: 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-19 00:09:04 +0000 UTC 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate(0x12ddf2d7d200): >close: err= 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:09 DEBUG : forgetting directory cache 2026/04/19 01:01:09 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate(0x12ddf2d7da40): _readAt: size=512, off=0 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate(0x12ddf2d7da40): openPending: 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-04-19 00:10:04 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-04-19 00:09:04 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-04-19 00:10:04 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-04-19 00:09:04 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/04/19 01:01:09 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/04/19 01:01:09 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate(0x12ddf2d7da40): >openPending: err= 2026/04/19 01:01:09 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate(0x12ddf2d7da40): >_readAt: n=23, err=EOF 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate(0x12ddf2d7da40): close: 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-19 00:10:04 +0000 UTC 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate(0x12ddf2d7da40): >close: err= 2026/04/19 01:01:09 DEBUG : Re-reading directory (114.918345ms old) 2026/04/19 01:01:09 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:09 DEBUG : forgetting directory cache 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate(0x12ddf2cfcc80): _readAt: size=512, off=0 2026/04/19 01:01:09 DEBUG : TestRWCacheUpdate(0x12ddf2cfcc80): openPending: 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:09 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/TestRWCacheUpdate" 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-wihubep0fozi/TestRWCacheUpdate 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:10 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/04/19 01:01:10 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-04-19 00:11:04 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-04-19 00:10:04 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/04/19 01:01:10 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-04-19 00:11:04 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-04-19 00:10:04 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/04/19 01:01:10 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/19 01:01:10 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/19 01:01:10 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/04/19 01:01:10 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/19 01:01:10 DEBUG : TestRWCacheUpdate(0x12ddf2cfcc80): >openPending: err= 2026/04/19 01:01:10 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/04/19 01:01:10 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/19 01:01:10 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:10 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:10 DEBUG : TestRWCacheUpdate(0x12ddf2cfcc80): >_readAt: n=24, err=EOF 2026/04/19 01:01:10 DEBUG : TestRWCacheUpdate(0x12ddf2cfcc80): close: 2026/04/19 01:01:10 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-19 00:11:04 +0000 UTC 2026/04/19 01:01:10 DEBUG : TestRWCacheUpdate(0x12ddf2cfcc80): >close: err= 2026/04/19 01:01:10 DEBUG : Re-reading directory (109.265648ms old) 2026/04/19 01:01:10 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/19 01:01:10 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/19 01:01:10 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:10 DEBUG : Looking for writers 2026/04/19 01:01:10 DEBUG : TestRWCacheUpdate: reading active writers 2026/04/19 01:01:10 DEBUG : >WaitForWriters: 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.47s) === RUN TestCaseSensitivity run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/FiLeA" 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/FiLeA 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/FiLeA" 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-wihubep0fozi/FiLeA 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:10 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/FiLeA" 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/FiLeA 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/FiLeA" 2026/04/19 01:01:10 DEBUG : forgetting directory cache 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-wihubep0fozi/FiLeA 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:10 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/FiLeB" 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/FiLeB 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/FiLeB" 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-wihubep0fozi/FiLeB 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:10 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/FiLeB" 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/FiLeB 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/FiLeB" 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-wihubep0fozi/FiLeB 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:10 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/19 01:01:10 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:10 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:10 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:10 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/19 01:01:10 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/19 01:01:10 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/19 01:01:10 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:10 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/FiLeA" 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/FiLeA 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/FiLeA" 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-wihubep0fozi/FiLeA 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:10 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/19 01:01:10 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:10 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/19 01:01:10 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/19 01:01:10 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/19 01:01:10 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:10 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/FiLeA" 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/FiLeA 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/FiLeA" 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-wihubep0fozi/FiLeA 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:10 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/19 01:01:10 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:10 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/19 01:01:10 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/19 01:01:10 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/19 01:01:10 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:10 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:10 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:10 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/19 01:01:10 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/19 01:01:10 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/19 01:01:10 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:10 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/FiLeB" 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/FiLeB 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/FiLeB" 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-wihubep0fozi/FiLeB 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:10 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/19 01:01:10 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:10 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/19 01:01:10 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/19 01:01:10 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/19 01:01:10 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:10 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/FilEb" 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/FilEb 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/FilEb" 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-wihubep0fozi/FilEb 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:10 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/FiLeA" 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/FiLeA 2026/04/19 01:01:10 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/FiLeA" 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-wihubep0fozi/FiLeA 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:11 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/FiLeA" 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/FiLeA 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/FiLeA" 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-wihubep0fozi/FiLeA 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:11 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/FiLeB" 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/FiLeB 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/FiLeB" 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-wihubep0fozi/FiLeB 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:11 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/FiLeB" 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/FiLeB 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/FiLeB" 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-wihubep0fozi/FiLeB 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:11 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/FilEb" 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/FilEb 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/FilEb" 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-wihubep0fozi/FilEb 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:11 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/FilEb" 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/FilEb 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/FilEb" 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-wihubep0fozi/FilEb 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:11 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/04/19 01:01:11 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:11 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/19 01:01:11 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/19 01:01:11 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/19 01:01:11 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:11 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:11 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:11 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/19 01:01:11 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/19 01:01:11 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/04/19 01:01:11 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:11 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:11 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:11 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/19 01:01:11 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/19 01:01:11 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/04/19 01:01:11 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:11 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:11 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:11 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/19 01:01:11 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/19 01:01:11 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/04/19 01:01:11 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:11 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:11 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:11 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/19 01:01:11 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/19 01:01:11 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/19 01:01:11 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:11 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/FiLeB" 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/FiLeB 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/FiLeB" 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-wihubep0fozi/FiLeB 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:11 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/19 01:01:11 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:11 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/19 01:01:11 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/19 01:01:11 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/19 01:01:11 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:11 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/FilEb" 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/FilEb 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/FilEb" 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-wihubep0fozi/FilEb 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:11 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/19 01:01:11 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:11 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/04/19 01:01:11 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/04/19 01:01:11 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:11 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/04/19 01:01:11 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/04/19 01:01:11 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:11 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/19 01:01:11 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/19 01:01:11 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/19 01:01:11 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:11 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:11 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:11 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:11 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:11 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:11 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:11 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:11 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:11 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/19 01:01:11 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/19 01:01:11 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/19 01:01:11 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:11 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:11 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:11 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/19 01:01:11 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/19 01:01:11 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/19 01:01:11 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:11 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:11 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:11 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:11 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:11 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:11 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:11 DEBUG : Looking for writers 2026/04/19 01:01:11 DEBUG : FiLeA: reading active writers 2026/04/19 01:01:11 DEBUG : FiLeB: reading active writers 2026/04/19 01:01:11 DEBUG : FilEb: reading active writers 2026/04/19 01:01:11 DEBUG : >WaitForWriters: 2026/04/19 01:01:11 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:11 DEBUG : Looking for writers 2026/04/19 01:01:11 DEBUG : FilEb: reading active writers 2026/04/19 01:01:11 DEBUG : FiLeA: reading active writers 2026/04/19 01:01:11 DEBUG : FiLeB: reading active writers 2026/04/19 01:01:11 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.77s) === RUN TestUnicodeNormalization run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/normal name with no special characters.txt" 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/normal\ name\ with\ no\ special\ characters.txt 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/normal\ name\ with\ no\ special\ characters.txt" 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-wihubep0fozi/normal name with no special characters.txt 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:11 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/normal name with no special characters.txt" 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/normal\ name\ with\ no\ special\ characters.txt 2026/04/19 01:01:11 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/normal\ name\ with\ no\ special\ characters.txt" 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-wihubep0fozi/normal name with no special characters.txt 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:12 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/測試_Русский___ě_áñ" 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/測試_Русский___ě_áñ 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/測試_Русский___ě_áñ" 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-wihubep0fozi/測試_Русский___ě_áñ 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:12 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/測試_Русский___ě_áñ" 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/測試_Русский___ě_áñ 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/測試_Русский___ě_áñ" 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-wihubep0fozi/測試_Русский___ě_áñ 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:12 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/19 01:01:12 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:12 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:12 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/04/19 01:01:12 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/04/19 01:01:12 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/04/19 01:01:12 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:12 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/normal name with no special characters.txt" 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/normal\ name\ with\ no\ special\ characters.txt 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/normal\ name\ with\ no\ special\ characters.txt" 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-wihubep0fozi/normal name with no special characters.txt 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:12 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/19 01:01:12 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:12 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/04/19 01:01:12 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/04/19 01:01:12 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/04/19 01:01:12 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:12 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/測試_Русский___ě_áñ" 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/測試_Русский___ě_áñ 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/測試_Русский___ě_áñ" 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-wihubep0fozi/測試_Русский___ě_áñ 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:12 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/19 01:01:12 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:12 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/04/19 01:01:12 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/04/19 01:01:12 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/04/19 01:01:12 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:12 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:12 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:12 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:12 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:12 DEBUG : Looking for writers 2026/04/19 01:01:12 DEBUG : normal name with no special characters.txt: reading active writers 2026/04/19 01:01:12 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/04/19 01:01:12 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.67s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:12 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Reusing VFS from active cache 2026/04/19 01:01:12 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:12 DEBUG : Looking for writers 2026/04/19 01:01:12 DEBUG : >WaitForWriters: 2026/04/19 01:01:12 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:12 DEBUG : Looking for writers 2026/04/19 01:01:12 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.01s) === RUN TestVFSNewWithOpts run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:12 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:12 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:12 DEBUG : Looking for writers 2026/04/19 01:01:12 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:12 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:12 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:12 DEBUG : Looking for writers 2026/04/19 01:01:12 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.01s) === RUN TestVFSStat run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:12 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:12 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:12 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:12 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:12 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/19 01:01:12 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:12 DEBUG : dir: Looking for writers 2026/04/19 01:01:12 DEBUG : file2: reading active writers 2026/04/19 01:01:12 DEBUG : Looking for writers 2026/04/19 01:01:12 DEBUG : dir: reading active writers 2026/04/19 01:01:12 DEBUG : file1: reading active writers 2026/04/19 01:01:12 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.34s) === RUN TestVFSStatParent run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:12 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:12 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:13 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:13 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:13 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:13 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/19 01:01:13 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:13 DEBUG : dir: Looking for writers 2026/04/19 01:01:13 DEBUG : Looking for writers 2026/04/19 01:01:13 DEBUG : file1: reading active writers 2026/04/19 01:01:13 DEBUG : dir: reading active writers 2026/04/19 01:01:13 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.50s) === RUN TestVFSOpenFile run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:13 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:13 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:13 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:13 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:13 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/19 01:01:13 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:13 DEBUG : file1: Open: flags=O_RDONLY 2026/04/19 01:01:13 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/19 01:01:13 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/19 01:01:13 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:13 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/04/19 01:01:13 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/19 01:01:13 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:13 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:13 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:13 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/19 01:01:13 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/04/19 01:01:13 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/04/19 01:01:13 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: File to upload is small (0 bytes), uploading instead of streaming 2026/04/19 01:01:13 DEBUG : dir/new_file.txt: size = 0 OK 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/new_file.txt" 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/new_file.txt 2026/04/19 01:01:13 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/new_file.txt" 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-wihubep0fozi/dir/new_file.txt 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:14 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/19 01:01:14 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/19 01:01:14 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/04/19 01:01:14 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/19 01:01:14 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:14 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/04/19 01:01:14 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:14 DEBUG : dir: Looking for writers 2026/04/19 01:01:14 DEBUG : file2: reading active writers 2026/04/19 01:01:14 DEBUG : new_file.txt: reading active writers 2026/04/19 01:01:14 DEBUG : Looking for writers 2026/04/19 01:01:14 DEBUG : dir: reading active writers 2026/04/19 01:01:14 DEBUG : file1: reading active writers 2026/04/19 01:01:14 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.62s) === RUN TestVFSRename run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:14 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:14 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file2" 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-wihubep0fozi/dir/file2 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:14 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/19 01:01:14 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/04/19 01:01:14 DEBUG : dir/file1: Updating file with dir/file1 0x12ddf301e0d0 2026/04/19 01:01:14 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/04/19 01:01:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:14 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/dir/file1" 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-wihubep0fozi/dir/file1 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:14 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/19 01:01:14 INFO : dir/file1: Moved (server-side) to: file0 2026/04/19 01:01:14 DEBUG : file0: Updating file with file0 0x12ddf301e0d0 2026/04/19 01:01:14 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/19 01:01:14 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file0" 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file0 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file0" 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-wihubep0fozi/file0 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:14 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file0" 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/file0 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/file0" 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-wihubep0fozi/file0 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:14 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/19 01:01:14 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:14 DEBUG : dir: Looking for writers 2026/04/19 01:01:14 DEBUG : Looking for writers 2026/04/19 01:01:14 DEBUG : dir: reading active writers 2026/04/19 01:01:14 DEBUG : file0: reading active writers 2026/04/19 01:01:14 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.59s) === RUN TestVFSStatfs run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:14 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Server has VFS statistics extension 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: About path "/rclone-test-wihubep0fozi" 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi" 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: About path "/rclone-test-wihubep0fozi" 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: About using shell command for shell type "unix" 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: df -k /rclone-test-wihubep0fozi 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "df -k /rclone-test-wihubep0fozi" 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 57376320 93396688 36% / 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:14 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:14 DEBUG : Looking for writers 2026/04/19 01:01:14 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.11s) === RUN TestVFSMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:14 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:14 DEBUG : Added virtual directory entry vAddDir: "/" 2026/04/19 01:01:14 DEBUG : Added virtual directory entry vAddDir: "a" 2026/04/19 01:01:14 DEBUG : Added virtual directory entry vAddDir: "b" 2026/04/19 01:01:14 DEBUG : Added virtual directory entry vAddDir: "c" 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/19 01:01:14 DEBUG : Added virtual directory entry vAddDir: "d" 2026/04/19 01:01:14 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/19 01:01:14 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:14 DEBUG : c: Looking for writers 2026/04/19 01:01:14 DEBUG : d: Looking for writers 2026/04/19 01:01:14 DEBUG : Looking for writers 2026/04/19 01:01:14 DEBUG : a: Looking for writers 2026/04/19 01:01:14 DEBUG : b: Looking for writers 2026/04/19 01:01:14 DEBUG : Looking for writers 2026/04/19 01:01:14 DEBUG : b: reading active writers 2026/04/19 01:01:14 DEBUG : c: reading active writers 2026/04/19 01:01:14 DEBUG : d: reading active writers 2026/04/19 01:01:14 DEBUG : /: reading active writers 2026/04/19 01:01:14 DEBUG : a: reading active writers 2026/04/19 01:01:14 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.26s) === RUN TestVFSMkdirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:14 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:14 DEBUG : Added virtual directory entry vAddDir: "a" 2026/04/19 01:01:14 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/04/19 01:01:14 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/04/19 01:01:14 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/04/19 01:01:14 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:14 DEBUG : a/b/c/d: Looking for writers 2026/04/19 01:01:14 DEBUG : a/b/c: Looking for writers 2026/04/19 01:01:14 DEBUG : d: reading active writers 2026/04/19 01:01:14 DEBUG : a/b: Looking for writers 2026/04/19 01:01:14 DEBUG : c: reading active writers 2026/04/19 01:01:14 DEBUG : a: Looking for writers 2026/04/19 01:01:14 DEBUG : b: reading active writers 2026/04/19 01:01:14 DEBUG : Looking for writers 2026/04/19 01:01:14 DEBUG : a: reading active writers 2026/04/19 01:01:14 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.04s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:15 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:15 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:15 DEBUG : Looking for writers 2026/04/19 01:01:15 DEBUG : >WaitForWriters: --- PASS: TestVFSIsMetadataFile (0.00s) === RUN TestWriteFileHandleReadonly write_test.go:38: Skipping test on non local remote --- SKIP: TestWriteFileHandleReadonly (0.00s) === RUN TestWriteFileHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:15 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:15 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:15 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:15 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/19 01:01:15 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/19 01:01:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:15 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/04/19 01:01:15 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/04/19 01:01:15 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: File to upload is small (5 bytes), uploading instead of streaming 2026/04/19 01:01:15 DEBUG : file1: size = 5 OK 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:15 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/19 01:01:15 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/19 01:01:15 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/19 01:01:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:15 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:15 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/04/19 01:01:15 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:15 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:15 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/19 01:01:15 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/19 01:01:15 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:15 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:15 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/19 01:01:15 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/19 01:01:15 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/04/19 01:01:15 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/19 01:01:15 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/19 01:01:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:15 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/19 01:01:15 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/19 01:01:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: File to upload is small (0 bytes), uploading instead of streaming 2026/04/19 01:01:15 DEBUG : file1: size = 0 OK 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:15 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/19 01:01:15 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/19 01:01:15 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/19 01:01:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:15 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/19 01:01:15 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/19 01:01:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:15 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/19 01:01:15 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/19 01:01:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: File to upload is small (7 bytes), uploading instead of streaming 2026/04/19 01:01:15 DEBUG : file1: size = 7 OK 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:15 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:15 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/04/19 01:01:15 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/04/19 01:01:15 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/19 01:01:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:15 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:15 DEBUG : Looking for writers 2026/04/19 01:01:15 DEBUG : file1: reading active writers 2026/04/19 01:01:15 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.55s) === RUN TestWriteFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:15 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:15 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:15 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:15 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/19 01:01:15 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/19 01:01:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:15 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/04/19 01:01:16 DEBUG : file1: aborting in-sequence write wait, off=100 2026/04/19 01:01:16 DEBUG : file1: failed to wait for in-sequence write to 100 2026/04/19 01:01:16 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: File to upload is small (11 bytes), uploading instead of streaming 2026/04/19 01:01:16 DEBUG : file1: size = 11 OK 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:16 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/19 01:01:16 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/19 01:01:16 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/19 01:01:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:16 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:16 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:16 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/19 01:01:16 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:16 DEBUG : Looking for writers 2026/04/19 01:01:16 DEBUG : file1: reading active writers 2026/04/19 01:01:16 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.32s) === RUN TestWriteFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:16 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:16 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:16 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:16 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/19 01:01:16 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/19 01:01:16 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/04/19 01:01:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: File to upload is small (5 bytes), uploading instead of streaming 2026/04/19 01:01:16 DEBUG : file1: size = 5 OK 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:16 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:17 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/19 01:01:17 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/19 01:01:17 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/19 01:01:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:17 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/04/19 01:01:17 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:17 DEBUG : Looking for writers 2026/04/19 01:01:17 DEBUG : file1: reading active writers 2026/04/19 01:01:17 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.12s) === RUN TestWriteFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:17 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:17 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:17 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:17 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/19 01:01:17 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/19 01:01:17 DEBUG : file1: WriteFileHandle.Release closing 2026/04/19 01:01:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: File to upload is small (0 bytes), uploading instead of streaming 2026/04/19 01:01:17 DEBUG : file1: size = 0 OK 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:17 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/19 01:01:17 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/19 01:01:17 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/19 01:01:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:17 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/04/19 01:01:17 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:17 DEBUG : Looking for writers 2026/04/19 01:01:17 DEBUG : file1: reading active writers 2026/04/19 01:01:17 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.12s) === RUN TestWriteFileModTimeWithOpenWriters run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:17 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:17 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:17 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:17 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/19 01:01:17 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/19 01:01:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: File to upload is small (2 bytes), uploading instead of streaming 2026/04/19 01:01:17 DEBUG : file1: size = 2 OK 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:17 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/19 01:01:17 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/04/19 01:01:17 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/19 01:01:17 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/04/19 01:01:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:17 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:17 DEBUG : Looking for writers 2026/04/19 01:01:17 DEBUG : file1: reading active writers 2026/04/19 01:01:17 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.12s) === RUN TestFileReadAtZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:17 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:17 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:17 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:17 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/19 01:01:17 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/19 01:01:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: File to upload is small (0 bytes), uploading instead of streaming 2026/04/19 01:01:17 DEBUG : file1: size = 0 OK 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:17 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/19 01:01:17 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/19 01:01:17 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/19 01:01:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:17 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:17 DEBUG : file1: Open: flags=O_RDONLY 2026/04/19 01:01:17 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/19 01:01:17 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/19 01:01:17 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:17 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:17 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:17 DEBUG : Looking for writers 2026/04/19 01:01:17 DEBUG : file1: reading active writers 2026/04/19 01:01:17 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.08s) === RUN TestFileReadAtNonZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:17 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:17 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/19 01:01:17 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/19 01:01:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:17 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/19 01:01:17 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/19 01:01:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: File to upload is small (100 bytes), uploading instead of streaming 2026/04/19 01:01:17 DEBUG : file1: size = 100 OK 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/file1" 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 379991b3f9e12690f6dc678431a36bf5 /rclone-test-wihubep0fozi/file1 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:17 DEBUG : file1: Parsed hash: 379991b3f9e12690f6dc678431a36bf5 2026/04/19 01:01:17 DEBUG : file1: md5 = 379991b3f9e12690f6dc678431a36bf5 OK 2026/04/19 01:01:17 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/19 01:01:17 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/19 01:01:17 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/19 01:01:17 DEBUG : file1: Open: flags=O_RDONLY 2026/04/19 01:01:17 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/19 01:01:17 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/19 01:01:17 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:17 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:17 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:17 DEBUG : Looking for writers 2026/04/19 01:01:17 DEBUG : file1: reading active writers 2026/04/19 01:01:17 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.15s) === RUN TestZipManyFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:17 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/flat/f000.txt" 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/flat/f000.txt 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/flat/f000.txt" 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-wihubep0fozi/flat/f000.txt 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:17 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/flat/f000.txt" 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/flat/f000.txt 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/flat/f000.txt" 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-wihubep0fozi/flat/f000.txt 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:17 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/flat/f001.txt" 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/flat/f001.txt 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/flat/f001.txt" 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-wihubep0fozi/flat/f001.txt 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:17 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/flat/f001.txt" 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/flat/f001.txt 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/flat/f001.txt" 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-wihubep0fozi/flat/f001.txt 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:17 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/flat/f002.txt" 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/flat/f002.txt 2026/04/19 01:01:17 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/flat/f002.txt" 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-wihubep0fozi/flat/f002.txt 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:18 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/flat/f002.txt" 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/flat/f002.txt 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/flat/f002.txt" 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-wihubep0fozi/flat/f002.txt 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:18 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/flat/f003.txt" 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/flat/f003.txt 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/flat/f003.txt" 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-wihubep0fozi/flat/f003.txt 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:18 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/flat/f003.txt" 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/flat/f003.txt 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/flat/f003.txt" 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-wihubep0fozi/flat/f003.txt 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:18 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/flat/f004.txt" 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/flat/f004.txt 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/flat/f004.txt" 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-wihubep0fozi/flat/f004.txt 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:18 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/flat/f004.txt" 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: sha1sum /rclone-test-wihubep0fozi/flat/f004.txt 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-wihubep0fozi/flat/f004.txt" 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-wihubep0fozi/flat/f004.txt 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:18 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/04/19 01:01:18 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/04/19 01:01:18 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/04/19 01:01:18 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:18 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/flat/f000.txt" 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/flat/f000.txt 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/flat/f000.txt" 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-wihubep0fozi/flat/f000.txt 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:18 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/04/19 01:01:18 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/04/19 01:01:18 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/04/19 01:01:18 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:18 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/flat/f001.txt" 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/flat/f001.txt 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/flat/f001.txt" 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-wihubep0fozi/flat/f001.txt 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:18 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/04/19 01:01:18 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/04/19 01:01:18 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/04/19 01:01:18 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:18 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/flat/f002.txt" 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/flat/f002.txt 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/flat/f002.txt" 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-wihubep0fozi/flat/f002.txt 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:18 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/04/19 01:01:18 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/04/19 01:01:18 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/04/19 01:01:18 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:18 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/flat/f003.txt" 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/flat/f003.txt 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/flat/f003.txt" 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-wihubep0fozi/flat/f003.txt 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:18 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/04/19 01:01:18 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/04/19 01:01:18 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/04/19 01:01:18 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:18 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/flat/f004.txt" 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/flat/f004.txt 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/flat/f004.txt" 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-wihubep0fozi/flat/f004.txt 2026/04/19 01:01:18 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:18 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/04/19 01:01:18 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:18 DEBUG : flat: Looking for writers 2026/04/19 01:01:18 DEBUG : f003.txt: reading active writers 2026/04/19 01:01:18 DEBUG : f004.txt: reading active writers 2026/04/19 01:01:18 DEBUG : f000.txt: reading active writers 2026/04/19 01:01:18 DEBUG : f001.txt: reading active writers 2026/04/19 01:01:18 DEBUG : f002.txt: reading active writers 2026/04/19 01:01:18 DEBUG : Looking for writers 2026/04/19 01:01:18 DEBUG : flat: reading active writers 2026/04/19 01:01:18 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.53s) === RUN TestZipManySubDirs run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:19 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:19 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/04/19 01:01:19 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/04/19 01:01:19 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:19 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/a/b/c/deep.txt" 2026/04/19 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/a/b/c/deep.txt 2026/04/19 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/a/b/c/deep.txt" 2026/04/19 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-wihubep0fozi/a/b/c/deep.txt 2026/04/19 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:19 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/04/19 01:01:19 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/04/19 01:01:19 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/04/19 01:01:19 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:19 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/a/b/mid.txt" 2026/04/19 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/a/b/mid.txt 2026/04/19 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/a/b/mid.txt" 2026/04/19 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-wihubep0fozi/a/b/mid.txt 2026/04/19 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:19 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/04/19 01:01:19 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/04/19 01:01:19 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/04/19 01:01:19 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:19 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/a/top.txt" 2026/04/19 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/a/top.txt 2026/04/19 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/a/top.txt" 2026/04/19 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-wihubep0fozi/a/top.txt 2026/04/19 01:01:19 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:19 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/04/19 01:01:19 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:19 DEBUG : a/b/c: Looking for writers 2026/04/19 01:01:19 DEBUG : deep.txt: reading active writers 2026/04/19 01:01:19 DEBUG : a/b: Looking for writers 2026/04/19 01:01:19 DEBUG : c: reading active writers 2026/04/19 01:01:19 DEBUG : mid.txt: reading active writers 2026/04/19 01:01:19 DEBUG : a: Looking for writers 2026/04/19 01:01:19 DEBUG : b: reading active writers 2026/04/19 01:01:19 DEBUG : top.txt: reading active writers 2026/04/19 01:01:19 DEBUG : Looking for writers 2026/04/19 01:01:19 DEBUG : a: reading active writers 2026/04/19 01:01:19 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.31s) === RUN TestZipLargeFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:19 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:19 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/04/19 01:01:19 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/04/19 01:01:19 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:19 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:19 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:19 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:19 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:19 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:19 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:19 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:19 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:19 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:20 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:20 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:20 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:20 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/bigdir/big.bin" 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/bigdir/big.bin 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/bigdir/big.bin" 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: e3e6acb1b94ce382c6b095fb4d853874 /rclone-test-wihubep0fozi/bigdir/big.bin 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:20 DEBUG : bigdir/big.bin: Parsed hash: e3e6acb1b94ce382c6b095fb4d853874 2026/04/19 01:01:20 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:20 DEBUG : bigdir: Looking for writers 2026/04/19 01:01:20 DEBUG : big.bin: reading active writers 2026/04/19 01:01:20 DEBUG : Looking for writers 2026/04/19 01:01:20 DEBUG : bigdir: reading active writers 2026/04/19 01:01:20 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (1.21s) === RUN TestZipDirsInRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-wihubep0fozi", Local "Local file system at /tmp/rclone1975024573", Modify Window "1s" 2026/04/19 01:01:20 INFO : sftp://rclone@:22/rclone-test-wihubep0fozi: poll-interval is not supported by this remote 2026/04/19 01:01:20 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/04/19 01:01:20 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/04/19 01:01:20 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:20 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir1/a.txt" 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir1/a.txt 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir1/a.txt" 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-wihubep0fozi/dir1/a.txt 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:20 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/04/19 01:01:20 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/04/19 01:01:20 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/04/19 01:01:20 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:20 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir2/b.txt" 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir2/b.txt 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir2/b.txt" 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: 415290769594460e2e485922904f345d /rclone-test-wihubep0fozi/dir2/b.txt 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:20 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/04/19 01:01:20 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/04/19 01:01:20 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/04/19 01:01:20 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/19 01:01:20 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Shell path "/rclone-test-wihubep0fozi/dir3/c.txt" 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: creating additional session 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Running remote command: md5sum /rclone-test-wihubep0fozi/dir3/c.txt 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-wihubep0fozi/dir3/c.txt" 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: command exited OK 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-wihubep0fozi/dir3/c.txt 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: ssh external: close 2026/04/19 01:01:20 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/04/19 01:01:20 DEBUG : WaitForWriters: timeout=30s 2026/04/19 01:01:20 DEBUG : dir1: Looking for writers 2026/04/19 01:01:20 DEBUG : a.txt: reading active writers 2026/04/19 01:01:20 DEBUG : dir2: Looking for writers 2026/04/19 01:01:20 DEBUG : b.txt: reading active writers 2026/04/19 01:01:20 DEBUG : dir3: Looking for writers 2026/04/19 01:01:20 DEBUG : c.txt: reading active writers 2026/04/19 01:01:20 DEBUG : Looking for writers 2026/04/19 01:01:20 DEBUG : dir1: reading active writers 2026/04/19 01:01:20 DEBUG : dir2: reading active writers 2026/04/19 01:01:20 DEBUG : dir3: reading active writers 2026/04/19 01:01:20 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.37s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/04/19 01:01:20 DEBUG : sftp://rclone@:22/rclone-test-wihubep0fozi: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 55.276636589s (try 1/5)